gleonSun opened a new pull request, #3213: URL: https://github.com/apache/calcite/pull/3213
The SqlBasicCall#set method uses a deep copy in order to modify immutable collections and returns a new operandList object when modified. If the SQL contains an operation that requires a rewrite call, the deep copy logic will cause the operator and operandList to be different and eventually raise an exception. -- 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]
