Description
Replace TypeCheckFailure by DataTypeMismatch in type checks in the time window expressions:
1. TimeWindow (4):
https://github.com/apache/spark/blob/1431975723d8df30a25b2333eddcfd0bb6c57677/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/TimeWindow.scala#L117-L127
Attachments
Issue Links
- is a clone of
-
SPARK-40756 Migrate type check failures of string expressions onto error classes
- Resolved
- is cloned by
-
SPARK-40760 Migrate type check failures of interval expressions onto error classes
- Resolved
- links to