kgyrtkirk opened a new pull request, #17177: URL: https://github.com/apache/druid/pull/17177
* adds support for `UNNEST` expressions * introduces `LogicalUnnestRule` to transform a `Correlate` doing UNNEST into a `LogicalUnnest` * `UnnestInputCleanupRule` could move the final unnested expr into the `LogicalUnnest` itself (usually its an `mv_to_array` expression) * enhanced source unwrapping to utilize `FilteredDataSource` if it looks right -- 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]
