LLDay commented on code in PR #20009:
URL: https://github.com/apache/datafusion/pull/20009#discussion_r2769875824
##########
datafusion/core/tests/physical_optimizer/pushdown_utils.rs:
##########
@@ -155,6 +155,16 @@ impl FileSource for TestSource {
})
}
+ fn with_filter_and_projection(
Review Comment:
[`DataSourceExec::with_physical_expressions`](https://github.com/LLDay/datafusion/blob/f7d9a078161fd52ae215b2805ec90b76f28d67c1/datafusion/datasource/src/source.rs#L457)
->
[`FileScanConfig::with_physical_expressions`](https://github.com/LLDay/datafusion/blob/f7d9a078161fd52ae215b2805ec90b76f28d67c1/datafusion/datasource/src/file_scan_config.rs#L902-L943)
-> `FileSource::with_filter_and_projection`.
This is just one of the implementations of
`ExecutionPlan::with_physical_expression`, we just need additional methods that
rewrite expressions in internal entities.
--
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]