Dandandan commented on code in PR #3482:
URL: https://github.com/apache/arrow-datafusion/pull/3482#discussion_r973595592
##########
datafusion/core/src/execution/context.rs:
##########
@@ -1437,6 +1438,7 @@ impl SessionState {
Arc::new(ScalarSubqueryToJoin::new()),
Arc::new(SubqueryFilterToJoin::new()),
Arc::new(EliminateFilter::new()),
+ Arc::new(ReduceCrossJoin::new()),
Review Comment:
Gradient descent itself is not directly possible - as that needs
differentiable functions / cost functions.
But other (black box) optimization algorithms are possible given some cost
function. I think the art of writing good cost functions for queries however
can be quite an art 🎨
--
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]