wangyum commented on issue #24872: [SPARK-28023][SQL] Trim the string when cast string type to Boolean/Numeric types URL: https://github.com/apache/spark/pull/24872#issuecomment-502426746 @dongjoon-hyun Trim the string when casting string to date/timestamp is fixed by #22943. Partition columns and non-partition columns are the same code path. @srowen Hive fixed `cast string to numeric types with regards to leading/trailing spaces` by [HIVE-17782](https://issues.apache.org/jira/browse/HIVE-17782):
---------------------------------------------------------------- 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]
