andygrove commented on code in PR #2639:
URL: https://github.com/apache/arrow-datafusion/pull/2639#discussion_r884259746
##########
datafusion/proto/src/bytes/mod.rs:
##########
@@ -93,6 +101,69 @@ impl Serializeable for Expr {
}
}
+/// Serialize a LogicalPlan as bytes
Review Comment:
Yes, I had been thinking about this too and we will need a unified API to
implement subquery support (because expressions now reference plans) so I think
we can make this API change as part of
https://github.com/apache/arrow-datafusion/issues/2640
--
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]