Unable to read Dictionary(u8, FixedSizeBinary(_))
using datafusion.
#7545
Labels
Dictionary(u8, FixedSizeBinary(_))
using datafusion.
#7545
Describe the bug
I'm not sure if this is a bug in parquet or datafusion. If this is is a datafusion bug, I'll close here and open in that repo.
If I write a column of type
Dictionary(u8, FixedSizeBinary(_))
, and try to read it using datafusion, I get the error:To Reproduce
Expected behavior
I think I should be able to read the column in this table.
Additional context
Full stack trace:
Versions:
The text was updated successfully, but these errors were encountered: