This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Panic in v0.12: NotYetImplemented("Decoding FixedLenByteArray(4) \"Plain\"-encoded, dictionary-encoded optional parquet pages") #1191
Labels
bug
Something isn't working
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
Version #0.12.
This is related to the issue #1055. I followed the sample code there and tried to iterate over the pages in some column chunks. But it panicked when processing the 3rd page
(Note that we don't see the same issue with #0.9, the last version we used. It can happily load all the pages in all the columns.)
From the debug logging, the encoding for the 3rd page is
"Plain"
while the first two use"PlainDictionary"
.This is the code I used.
The text was updated successfully, but these errors were encountered: