Support PrimitiveTypeBuilder
when Logical type is Timestamp
and Physical type is BYTE_ARRAY
#5365
Labels
question
Further information is requested
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I got an error when I was trying to build
PrimitiveTypeBuilder
on apache/datafusion#9129.Describe the solution you'd like
Add
(LogicalType::Timestamp { _, _}, PhysicalType::BYTE_ARRAY)=>{}
inarrow-rs/parquet/src/schema/types.rs
Lines 303 to 309 in bd19a62
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: