Skip to content

Commit fc7d4dc

Browse files
committed
feat: update parquet thrift idl to versions shipped with Apache Arrow 20.0.0
1 parent 3072e71 commit fc7d4dc

File tree

3 files changed

+706
-125
lines changed

3 files changed

+706
-125
lines changed

src/PAR2/PAR2.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,22 @@ export meta
1616
export _Type # enum
1717
export ConvertedType # enum
1818
export FieldRepetitionType # enum
19+
export EdgeInterpolationAlgorithm # enum
1920
export Encoding # enum
2021
export CompressionCodec # enum
2122
export PageType # enum
2223
export BoundaryOrder # enum
24+
export SizeStatistics # struct
25+
export BoundingBox # struct
26+
export GeospatialStatistics # struct
2327
export Statistics # struct
2428
export StringType # struct
2529
export UUIDType # struct
2630
export MapType # struct
2731
export ListType # struct
2832
export EnumType # struct
2933
export DateType # struct
34+
export Float16Type # struct
3035
export NullType # struct
3136
export DecimalType # struct
3237
export MilliSeconds # struct
@@ -38,6 +43,9 @@ export TimeType # struct
3843
export IntType # struct
3944
export JsonType # struct
4045
export BsonType # struct
46+
export VariantType # struct
47+
export GeometryType # struct
48+
export GeographyType # struct
4149
export LogicalType # struct
4250
export SchemaElement # struct
4351
export DataPageHeader # struct

0 commit comments

Comments
 (0)