Description
Replace TypeCheckFailure by DataTypeMismatch in type checks in window expressions:
1. NthValue (2): https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/windowExpressions.scala#L729-L738
2. NTile (3): https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/windowExpressions.scala#L827-L840
Attachments
Attachments
Issue Links
- is a clone of
-
SPARK-40357 Migrate window type check failures onto error classes
- Resolved
- links to