linxt20 opened a new pull request, #13798: URL: https://github.com/apache/iotdb/pull/13798
This PR fixes a trim error. Specifically, for SQL with trim(), an error message was reported that the syntax parsing could not be recognized. This is because TRIM is a keyword and was not added to the identifier in G4. This time, it is added to the identifier, so that it has the same error message as scalar functions such as substring. -- 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]
