zhuqi-lucas commented on code in PR #18817:
URL: https://github.com/apache/datafusion/pull/18817#discussion_r2570785004


##########
datafusion/physical-optimizer/Cargo.toml:
##########
@@ -43,6 +43,7 @@ recursive_protection = ["dep:recursive"]
 [dependencies]
 arrow = { workspace = true }
 datafusion-common = { workspace = true }
+datafusion-datasource = { workspace = true }

Review Comment:
   Updated:
   I support high level ExecutionPlan pushdown in optimizer now in latest PR, 
and remove datasource in it, so we use ExecutionPlan pushdown now, and the 
datasourceexec is one of the implementation of it, all other exec which can 
support pushdown sort can benefit it in future.



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