Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The substrait consumer currently interprets the ReadRel::filter in a Substrait plan as a best effort push-down filter. It's not clear if this is the correct semantic interpretation at the moment. I have opened https://github.com/substrait-io/substrait/issues/137 to investigate. Once that is resolved, if we predicted the semantics incorrectly, we should fix the consumer.
On the other hand, if the Substrait semantics are found to agree with our interpretation we can close this issue.