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

   This PR implements the SQL component of the native unnest functionality in 
Druid.  Unnest in SQL through Calcite has been implemented as a combination of 
Correlate (the comma join part) and Uncollect (the unnest part). Here we have 
introduced rules to handle unnest SQL queries on a table dimension, virtual 
column or a constant array and appropriate rels to convert them into Druid 
convention to translate correctly into native Druid queries.


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