macroguo-ghy commented on code in PR #4857:
URL: https://github.com/apache/calcite/pull/4857#discussion_r3035037744
##########
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:
According to the `SqlOperator`'s definition, its operands must be consistent
with `SqlCall`.
--
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]