wjones127 opened a new issue, #8742:
URL: https://github.com/apache/arrow-datafusion/issues/8742
### 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:
https://github.com/apache/arrow-datafusion/blob/ca260d99f17ef667b7f06d2da4a67255d27c94a9/datafusion/common/src/scalar.rs#L2867-L2876
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_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]