You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
#3222 adds a new TypeCoercion rule. The rule is currently applied after filter push down but it could be beneficial to do this earlier. This is a follow on issue to do that work.
We need to implement #3414 first because of these test failures when moving the rule above filter push down:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
#3222 adds a new
TypeCoercion
rule. The rule is currently applied after filter push down but it could be beneficial to do this earlier. This is a follow on issue to do that work.We need to implement #3414 first because of these test failures when moving the rule above filter push down:
Describe the solution you'd like
As above
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: