caicancai commented on code in PR #4857:
URL: https://github.com/apache/calcite/pull/4857#discussion_r3032971599


##########
core/src/main/java/org/apache/calcite/sql/SqlUpdate.java:
##########
@@ -47,8 +47,8 @@ public class SqlUpdate extends SqlCall {
               (SqlNodeList) operands[1],
               (SqlNodeList) operands[2],
               operands[3],
-              null,
-              (SqlIdentifier) operands[4]);
+              (SqlSelect) operands[4],

Review Comment:
   Are there any cases where it cannot be converted to SQLSelect?



-- 
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]

Reply via email to