JackyWoo opened a new pull request #1342: HiveSqlDialect transform function 
trim to correct hive format
URL: https://github.com/apache/calcite/pull/1342
 
 
   Let's  assume sql = SELECT TRIM(' str ')
   
   When we use HiveSqlDialect and transform sql, we expect  **SELECT TRIM(' str 
')**,but get  **SELECT TRIM(BOTH ' ' FROM ' str ')**.
   
   This pr change HiveSqlDialect behavior when transform function trim.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to