XuQianJin-Stars commented on code in PR #3654:
URL: https://github.com/apache/calcite/pull/3654#discussion_r1468423269
##########
core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java:
##########
@@ -1272,8 +1273,9 @@ private static SqlCall as(SqlNode e, String alias) {
public Result visit(Uncollect e) {
final Result x = visitInput(e, 0);
- final SqlNode unnestNode =
- SqlStdOperatorTable.UNNEST.createCall(POS, x.asStatement());
+ SqlOperator operator =
Review Comment:
`final SqlOperator`
--
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]