Description
Replace TypeCheckFailure by DataTypeMismatch in type checks in arithmetic expressions:
1. Least (2): https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/arithmetic.scala#L1188-L1191
2. Greatest (2): https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/arithmetic.scala#L1266-L1269
Attachments
Issue Links
- is a clone of
-
SPARK-40357 Migrate window type check failures onto error classes
- Resolved
- is cloned by
-
SPARK-40368 Migrate Bloom Filter type check failures onto error classes
- Resolved
-
SPARK-40370 Migrate cast type check failures onto error classes
- Resolved
- links to