taiyang-li opened a new issue, #11376:
URL: https://github.com/apache/incubator-gluten/issues/11376

   ### Description
   
   `spark.gluten.velox.castFromVarcharAddTrimNode` is used to rewrite `cast(str 
as int)` to `cast(trim(str) as int)`,  which resolves the differences between 
spark and gluten when `str` is like "123\u000C".
   
   Is it better to set `spark.gluten.velox.castFromVarcharAddTrimNode`= true by 
default?   
   
   
   ### Gluten version
   
   None


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


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

Reply via email to