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

   Hi everyone, i have 2 pending PRs which support this story, please help me 
take a look
   
   - https://github.com/apache/datafusion/pull/16186 -> a fix for datafusion 
current limitation of planning multi-depth subqueries
   - https://github.com/apache/datafusion/pull/16016 -> rewrite subqueries into 
dependent join with correlated column, depths, correlated exprs etc, @irenjj 
also suggested that such logic should take place in the planning phase, which 
can be an improvement item later on (dependentJoin rewrite and decorrelation 
logic are decoupled with each other)
   
   After merging them we can start implement the steps for decorrelation


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