mihaibudiu commented on PR #5031: URL: https://github.com/apache/calcite/pull/5031#issuecomment-4894913866
I apologize for the large PR, but I thought that changing the semantics of a core logical operator should be done ideally in a single change rather than several smaller changes. This PR has several improvements to UNNEST: - support LEFT JOIN UNNEST - support Trino semantics (no structure expansion) - support for carrying over other input fields The first two changes are actually bug-fixes which could be applied independently to the original UNNEST operator. Only the last modification is a true change of the operator's semantics. -- 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]
