Zhangshunyu opened a new issue, #6655:
URL: https://github.com/apache/hudi/issues/6655
spark has a threshold spark.sql.optimizer.inSetConversionThreshold by
default it is 10,
when filter is IN expression for example in ('1', '2', '3' ... '100'), when
the values of in set > 10
IN will transform to InSet, but the filter expression transform doesnt check
InSet, it only has In

--
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]