Is your feature request related to a problem or challenge?
When I use In_list Expr, if the legth of list is 19, it used 6 ms. but when the length grows to 20, it used 200ms.
Describe the solution you'd like
in build_predicate_expression listExpr pruning down only in in_list.list().len() < 20

I want to config the value.
Describe alternatives you've considered
I think.
add a config in ParquetOptions and ParquetExec
but I also think that is ugly, Is there a more elegant implementation?
Additional context
No response