alamb commented on code in PR #20174:
URL: https://github.com/apache/datafusion/pull/20174#discussion_r2771018715


##########
datafusion/datasource/src/file_scan_config.rs:
##########
@@ -685,11 +685,10 @@ impl DataSource for FileScanConfig {
 
     fn eq_properties(&self) -> EquivalenceProperties {

Review Comment:
   I also noticed the equivalence properties are computed on demand each time 
during planning, which can be quite substantial. I'll see if I can find some 
way to avoid doing so as a follow on



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