You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/13 18:04:56 UTC

[GitHub] [arrow-rs] tustvold commented on issue #1701: "out of order projection is not supported" after Fix Parquet Arrow Schema Inference

tustvold commented on issue #1701:
URL: https://github.com/apache/arrow-rs/issues/1701#issuecomment-1126307390

   This is expected behaviour, DataFusion currently passed out of order projection to the parquet reader despite the ArrayReader having never supported it. We now complain explicitly that the reader does not support this, but imo this is better than silently ignoring it?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org