somu-imply commented on PR #13799:
URL: https://github.com/apache/druid/pull/13799#issuecomment-1454891382

   The following things have been addressed:
   
   1. Filter moved inside unnest data source
   2. A transformation is introduced that creates the partial query on the 
correlate from the partial query on the left
   3. We only create a query data source if there is a LIMIT as the limit needs 
to be honored before unnest
   4. Updated test cases.
   
   Things to be done:
   
   1. Add more tests
   2. Modify getValueCardinality for the dimension cursor
   3. Transform the filter on the unnested output column to filters on the left 
and pass them to the base cursor


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