richox opened a new issue, #1316:
URL: https://github.com/apache/auron/issues/1316
**Is your feature request related to a problem? Please describe.**
<!--
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
-->
currently, auron does not support casting strings to numbers with
whitespaces. like `cast(" 1.234 " as double)` is returning NULL.
spark and hive have supported this feature in newer versions:
https://issues.apache.org/jira/browse/SPARK-28023
https://issues.apache.org/jira/browse/SPARK-28023
**Describe the solution you'd like**
<!--
A clear and concise description of what you want to happen.
-->
auron should also support this feature, for keeping backward compatibility
with older spark/hive version, we can provide an conf to enable or disable it.
**Describe alternatives you've considered**
<!--
A clear and concise description of any alternative solutions or features
you've considered.
-->
**Additional context**
<!--
Add any other context or screenshots about the feature request here.
-->
--
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]