alamb commented on code in PR #9260:
URL: https://github.com/apache/arrow-datafusion/pull/9260#discussion_r1495310531


##########
datafusion/substrait/src/lib.rs:
##########
@@ -15,6 +15,61 @@
 // specific language governing permissions and limitations
 // under the License.
 
+//! Serialize / Deserialize DataFusion Plans to [Substrait.io]
+//!
+//! This crate provides support for serializing and deserializing DataFusion 
plans
+//! to and from the generated types in [substrait::proto] from the [substrait] 
crate.

Review Comment:
   Note I had trouble actually finding a simple example of serializing an 
ExecutionPlan -- both my `VALUES` and `MemTable` threw `NotYetSupportedErrors`



-- 
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]

Reply via email to