alamb commented on code in PR #7612:
URL: https://github.com/apache/arrow-datafusion/pull/7612#discussion_r1349506371
##########
datafusion/substrait/tests/cases/roundtrip_logical_plan.rs:
##########
@@ -615,6 +621,91 @@ async fn extension_logical_plan() -> Result<()> {
Ok(())
}
+fn check_post_join_filters(rel: &Rel) -> Result<()> {
+ // search for target_rel and field value in proto
+ match &rel.rel_type {
Review Comment:
Looks like it might be helpful (eventually) do define `TreeNode` for `Rel`
to implement walking efficiently.
--
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]