ILuffZhe opened a new pull request, #4149:
URL: https://github.com/apache/calcite/pull/4149

   This patch skips extracting trimmed character for TRIM function in 
CheckFramework. 
   Hence, after abstractSqlTester.buildQuery2(), expression `trim(' aAa ')` 
will be `select trim(p0) from (values (' aAa ')) as t(p0)`.
   And expression `trim(both ' ' from ' aAa ')` will be `select trim(both ' ' 
from p0) from (values (' aAa ')) as t(p0)`.


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