wangyum opened a new pull request #24911: [SPARK-28109][SQL] Fix TRIM(type 
trimStr FROM str) returns incorrect value
URL: https://github.com/apache/spark/pull/24911
 
 
   ## What changes were proposed in this pull request?
   
   [SPARK-28093](https://issues.apache.org/jira/browse/SPARK-28093) fixed 
`TRIM/LTRIM/RTRIM('str', 'trimStr')` returns an incorrect value, but that fix 
introduced a new bug, `TRIM(type trimStr FROM str)` returns an incorrect value. 
This pr fix this issue.
   
   ## How was this patch tested?
   
   unit tests and manual tests
   

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to