westonpace opened a new pull request, #15129:
URL: https://github.com/apache/arrow/pull/15129

   If a fragment has a guarantee like `x == 5` then we don't need to load the 
column `x` from disk and can instead just use the scalar `5`.  This is not just 
a performance improvement.  In many cases, users will create partitioned 
datasets without actually storing the partition value as a separate column 
(e.g. the file `my_dataset/x=5/foo.parquet` will not have a column named `x`)


-- 
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]

Reply via email to