duongcongtoai commented on issue #5492:
URL: https://github.com/apache/datafusion/issues/5492#issuecomment-2892878744

   Thank you everyone for your opinions. Looks like my implementation is trying 
to wrap everything inside a single optimizor, which is hard to follow and 
reduces space for collaborative work, and since we can use duckdb's 
implementation detail, the next steps can be the followings:
   - Rewrite the Existing Subqueries into 2 operators `DelimJoin` and 
`DelimGet` (either at planning stage or optimizor stage, duckdb does this at 
planning stage)
   - Decorrelation (duckdb does this at planning stage)
   - DelimGet removal
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to