Github user adrian-ionescu commented on the issue:
https://github.com/apache/spark/pull/19149
I think the idea is good, but maybe the fix can be refined by identifying
which are the rules that conflict with `InferFilterFromConstraints` and only
rerunning those ones? Seems like a waste right now to run rules like
`CombineUnions` or `RewriteCorrelatedScalarSubquery` twice (before and after),
when they're obviously not impacted by `InferFilterFromConstraints`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]