beliefer commented on code in PR #37274:
URL: https://github.com/apache/spark/pull/37274#discussion_r928655531
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/BloomFilterMightContain.scala:
##########
@@ -40,13 +40,12 @@ import org.apache.spark.util.sketch.BloomFilter
*/
case class BloomFilterMightContain(
bloomFilterExpression: Expression,
- valueExpression: Expression) extends BinaryExpression {
+ valueExpression: Expression) extends BinaryExpression with Predicate {
Review Comment:
AFAK, although the `dataType` of `BloomFilterMightContain`, but users cannot
use it as predicate directly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]