yaooqinn commented on issue #26622: [WIP][SPARK-28023][Test] Cheap UTF8String 
Trim
URL: https://github.com/apache/spark/pull/26622#issuecomment-556941541
 
 
   ```
   scala> java.lang.Double.valueOf(" 234 ")
   res1: Double = 234.0
   
   
   scala> " 234 ".toDouble
   res3: Double = 234.0
   
   ```
   Double and float 's supported without trim both codegen and non-codegen

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to