mihaibudiu commented on PR #5031: URL: https://github.com/apache/calcite/pull/5031#issuecomment-4894559156
@asolimando UNNEST(a) of an array of structs will create as many columns as there fields in the struct. But apparently Trino's semantics requires that only one column is created, of struct type. So I fixed UNNEST to support both semantics, as a function of the conformance. -- 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]
