NobiGo commented on code in PR #4197:
URL: https://github.com/apache/calcite/pull/4197#discussion_r1957791219
##########
core/src/main/java/org/apache/calcite/sql/SqlUnnestOperator.java:
##########
@@ -121,14 +121,7 @@ private static boolean
allowAliasUnnestItems(SqlOperatorBinding operatorBinding)
@Override public void unparse(SqlWriter writer, SqlCall call, int leftPrec,
int rightPrec) {
- if (call.operandCount() == 1
Review Comment:
Thanks for the review @asolimando . I have added some conclusions from the
research to Jira. I hope it is helpful.
--
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]