irenjj commented on issue #16059:
URL: https://github.com/apache/datafusion/issues/16059#issuecomment-3280949927

   Here is a brief summarize of the project:
   
   COMPLETED WORK
   Simple implementation of decorrelation framework - algorithm implementation 
for converting correlated subqueries with three main components:
   + DependentJoinRewriter - Converts subqueries into dependent joins
   + DependentJoinDecorrelator - Removes correlations using advanced unnesting
   + Duplicate elimination optimizer(WIP) - Removes redundant operations
   
   REMAINING WORK
   + Fix corner cases in existing tests - Ensure all previously passing tests 
in subquery.slt work with the new decorrelation framework, including edge cases 
that currently fail
   + Add configuration variable - Implement a config variable to manually 
enable/disable the decorrelate_general functionality, allowing users to toggle 
between old and new subquery processing
   + Add complex test cases - Implement support for more sophisticated 
scenarios that the original system couldn't handle (e.g., TPC-DS benchmark 
queries and other complex correlated subquery patterns)
   
   
   


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