predicate/projection pushdown causes ShapeError #19944
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Note that this script will download 170MB of sample files from AWS S3. But you shouldn't need any AWS credentials for this to work. (I made the bucket public.)
Log output
Issue description
I get error:
For code which has no
vstack
command. I do have aconcat
but withdiagonal_relaxed
.Note that if I query from AWS S3 directly, I don't get the error. If I turn off either predicate or projection pushdown (or both), I don't get the error. Only when I turn on both, and read the file locally, do I get the error.
I suspect the error may be related to enums/categoricals.
It may be related to #13381
Expected behavior
The script should run without throwing an exception.
Querying files locally should give the same result as querying from S3.
Installed versions
The text was updated successfully, but these errors were encountered: