1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
$ parquet footer ./c0496a45-85c7-4484-aa10-8f0c460dff0b_0-2-0_20240110235300493.parquet
{
"fileMetaData" : {
"schema" : {
"name" : "hoodie.hudi_table.hudi_table_record",
"repetition" : "REPEATED",
"logicalTypeAnnotation" : null,
"id" : null,
"fields" : [ {
"name" : "_hoodie_commit_time",
"repetition" : "OPTIONAL",
"logicalTypeAnnotation" : { },
"id" : null,
"primitive" : "BINARY",
"length" : 0,
"decimalMeta" : null,
"columnOrder" : {
"columnOrderName" : "TYPE_DEFINED_ORDER"
}
}, {
"name" : "_hoodie_commit_seqno",
"repetition" : "OPTIONAL",
"logicalTypeAnnotation" : { },
"id" : null,
"primitive" : "BINARY",
"length" : 0,
"decimalMeta" : null,
"columnOrder" : {
"columnOrderName" : "TYPE_DEFINED_ORDER"
}
}, {
"name" : "_hoodie_record_key",
"repetition" : "OPTIONAL",
"logicalTypeAnnotation" : { },
"id" : null,
"primitive" : "BINARY",
"length" : 0,
"decimalMeta" : null,
"columnOrder" : {
"columnOrderName" : "TYPE_DEFINED_ORDER"
}
}, {
"name" : "_hoodie_partition_path",
"repetition" : "OPTIONAL",
"logicalTypeAnnotation" : { },
"id" : null,
"primitive" : "BINARY",
"length" : 0,
...
...
...
"columnIndexReference" : {
"offset" : 856,
"length" : 23
},
"offsetIndexReference" : {
"offset" : 958,
"length" : 11
},
"bloomFilterOffset" : -1,
"firstDataPage" : -2147483178,
"dictionaryPageOffset" : -2147483648,
"valueCount" : -2147483647,
"totalSize" : -2147483597,
"totalUncompressedSize" : -2147483615,
"statistics" : {
"type" : {
"name" : "age",
"repetition" : "OPTIONAL",
"logicalTypeAnnotation" : null,
"id" : null,
"primitive" : "INT32",
"length" : 0,
"decimalMeta" : null,
"columnOrder" : {
"columnOrderName" : "TYPE_DEFINED_ORDER"
}
},
"comparator" : { },
"hasNonNullValue" : true,
"num_nulls" : 0,
"stringifier" : {
"name" : "DEFAULT_STRINGIFIER",
"digits" : "0123456789ABCDEF"
},
"max" : 100,
"min" : 100
}
} ],
"rowCount" : 1,
"totalByteSize" : 378,
"path" : null,
"ordinal" : 0,
"rowIndexOffset" : 0
} ]
}
|