Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/19962#discussion_r156655540
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala
---
@@ -328,28 +328,19 @@ case class InSet(child: Expression, hset: Set[Any])
extends UnaryExpression with
}
}
- @transient private[this] lazy val set = child.dataType match {
+ @transient lazy val set: Set[Any] = child.dataType match {
--- End diff --
ditto.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]