holdenk commented on a change in pull request #28328:
URL: https://github.com/apache/spark/pull/28328#discussion_r414692413
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala
##########
@@ -519,7 +519,9 @@ case class InSet(child: Expression, hset: Set[Any]) extends
UnaryExpression with
override def sql: String = {
val valueSQL = child.sql
- val listSQL = hset.toSeq.map(Literal(_).sql).mkString(", ")
Review comment:
Please let me know the JIRA when you file it and I'll add it to my
tracking for the 2.4.6 release.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]