You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2023/01/19 17:56:45 UTC

[arrow-datafusion] branch master updated: re-export substrait crate (#4988)

This is an automated email from the ASF dual-hosted git repository.

dheres pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 5025aa58f re-export substrait crate (#4988)
5025aa58f is described below

commit 5025aa58f3cbb2a949de5afb7a11b5dba869e724
Author: Jeremy Dyer <jd...@gmail.com>
AuthorDate: Thu Jan 19 12:56:38 2023 -0500

    re-export substrait crate (#4988)
---
 datafusion/substrait/src/lib.rs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/datafusion/substrait/src/lib.rs b/datafusion/substrait/src/lib.rs
index 07b8e7add..53d0f8746 100644
--- a/datafusion/substrait/src/lib.rs
+++ b/datafusion/substrait/src/lib.rs
@@ -18,3 +18,6 @@
 pub mod consumer;
 pub mod producer;
 pub mod serializer;
+
+// Re-export substrait crate
+pub use substrait;