Lordworms commented on code in PR #11311: URL: https://github.com/apache/datafusion/pull/11311#discussion_r1667780236
########## datafusion/substrait/src/logical_plan/consumer.rs: ########## @@ -1297,6 +1297,32 @@ pub async fn from_substrait_rex( outer_ref_columns, }))) } + SubqueryType::SetPredicate(predicate) => { + match predicate.predicate_op { Review Comment: Sure, I'll fix it. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org