-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
What is the problem the feature request solves?
What is the problem the feature request solves?
We currently delegate to DataFusion when casting from string to floating point and there are some differences in behavior compared to Spark.
- Spark supports inputs ending with
dorfsuch as-12.34dand DataFusion does not - Spark ignores leading and trailing whitespace but DataFusion does not and returns
null - DataFusion does not throw exceptions for invalid inputs in ANSI mode
Describe the potential solution
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed