You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/07/30 12:27:17 UTC

[GitHub] [calcite] JackyWoo opened a new pull request #1342: HiveSqlDialect transform function trim to correct hive format

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:
users@infra.apache.org


With regards,
Apache Git Services