-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Closed
Copy link
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelogparquet-variantparquet-variant* cratesparquet-variant* crates
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add variant to arrow primitive support for boolean/timestamp/time, related to #8367
Describe the solution you'd like
- Add support for Variant::boolean, this needs to add a new builder
VariantToBooleanArrowRowBuilder
, because Boolean is not an ArrowPritimitiveType - Add support for Variant::Timestamp/Time, adds a
target_data_type
inVariantToPrimitiveArrowRowBuilder
because we need to change the data type when finish the builder.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelogparquet-variantparquet-variant* cratesparquet-variant* crates