Rahulyadav4 commented on issue #31487: URL: https://github.com/apache/shardingsphere/issues/31487#issuecomment-4811263043
Hi @iamhucong I verified "SELECT UCASE(name) FROM t" locally. The SQL parses successfully, "visitFunctionCall()" is reached, and "assertDoesNotThrow" passes without any code changes. It appears that UCASE is already supported in the current parser implementation, so I couldn't reproduce an issue for this case. -- 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]
