Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
-
None
Description
In catalyst/expressions/arithmetic.scala and catalyst/expressions/predicates.scala, many arithmetic/predicate requires the operands to be of certain numeric type.
These type checking codes should be done when we are resolving the expressions.
See this PR:
https://github.com/apache/spark/pull/4685
Attachments
Issue Links
- is related to
-
SPARK-7562 Improve error reporting for expression data type mismatch
- Resolved