-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
When scanning a Parquet file with a FSL column, we get the the following error if that column is in the projection:
NotImplemented("Can't create a scalar from data_type \"FixedSizeList(Field { name: \"element\", data_type: Float32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }, 768)\"")
Describe the solution you'd like
I think this should simply be a matter of adding an impl here:
However, we should also test end-to-end that we can roundtrip these columns to Parquet files.
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request