adriangb opened a new issue, #19089:
URL: https://github.com/apache/datafusion/issues/19089

   When scanning a Parquet file, if from statistics we can deduce that a column 
is constant we can replace `col("a")` with `lit(123)`. This (1) reduces data 
transfer/reads (even if it would be compressed in Parquet, etc.) and (2) we 
might be able to do interesting stuff with statistics pruning.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to