normanj-bitquill commented on PR #3852: URL: https://github.com/apache/calcite/pull/3852#issuecomment-2223846601
> the natural question is whether this works for other recursive types, such as `int array array`... @mihaibudiu I'm not sure. This PR currently handles arrays and rows. The arrays and rows can contain scalar values as well as arrays and rows. Do you have any examples of simple queries that could generate other types? I can generate an array in a query with `SELECT array[1, 2];` and a row with `SELECT row(1, 2);` -- 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]
