Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit ab467dc

Browse files
authored
Fix backwards compatibility with block version 1 (#802)
This also adds a Test for block version compatibility.
1 parent a92e007 commit ab467dc

File tree

21 files changed

+245
-8
lines changed

21 files changed

+245
-8
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"ulid": "01GR3QABQB6J30Q04K4E6MAKRE",
3+
"minTime": 1675162365.672,
4+
"maxTime": 1675162365.672,
5+
"stats": {
6+
"numSamples": 40,
7+
"numSeries": 2,
8+
"numProfiles": 2
9+
},
10+
"files": [
11+
{
12+
"relPath": "functions.parquet",
13+
"sizeBytes": 4918,
14+
"parquet": {
15+
"numRowGroups": 1,
16+
"numRows": 101
17+
}
18+
},
19+
{
20+
"relPath": "index.tsdb",
21+
"sizeBytes": 1299,
22+
"tsdb": {
23+
"numSeries": 2
24+
}
25+
},
26+
{
27+
"relPath": "locations.parquet",
28+
"sizeBytes": 5600,
29+
"parquet": {
30+
"numRowGroups": 1,
31+
"numRows": 108
32+
}
33+
},
34+
{
35+
"relPath": "mappings.parquet",
36+
"sizeBytes": 1863,
37+
"parquet": {
38+
"numRowGroups": 1,
39+
"numRows": 6
40+
}
41+
},
42+
{
43+
"relPath": "profiles.parquet",
44+
"sizeBytes": 3171,
45+
"parquet": {
46+
"numRowGroups": 1,
47+
"numRows": 2
48+
}
49+
},
50+
{
51+
"relPath": "stacktraces.parquet",
52+
"sizeBytes": 945,
53+
"parquet": {
54+
"numRowGroups": 1,
55+
"numRows": 24
56+
}
57+
},
58+
{
59+
"relPath": "strings.parquet",
60+
"sizeBytes": 9926,
61+
"parquet": {
62+
"numRowGroups": 1,
63+
"numRows": 167
64+
}
65+
}
66+
],
67+
"compaction": {
68+
"level": 0
69+
},
70+
"version": 1
71+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)