wangyum commented on pull request #29999:
URL: https://github.com/apache/spark/pull/29999#issuecomment-707638201
And `In` predicate will not throw `java.lang.StackOverflowError` :
```scala
spark.sql(s"select * from SPARK_33045 where id in (${values.mkString(",
")})").show
```
So I think we can implement built-in LIKE ANY and LIKE ALL UDF similar to
`In` predicate to fix this issue.
----------------------------------------------------------------
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]