Description
Replace TypeCheckFailure by DataTypeMismatch in type checks in the Bloom Filter expressions:
BloomFilterMightContain (2): https://github.com/apache/spark/blob/a241256ed0778005245253fb147db8a16105f75c/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/BloomFilterMightContain.scala#L61-L67
Attachments
Issue Links
- is a clone of
-
SPARK-40361 Migrate arithmetic type check failures onto error classes
- Resolved
- is cloned by
-
SPARK-40369 Migrate the type check failures of calls via reflection onto error classes
- Resolved
- links to