This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 952cd2efcb Expose SubstraitPlan structure in arrow_flight::sql (#4932)
(#4933)
952cd2efcb is described below
commit 952cd2efcb787385c6368acc8c582ffc5a7dfd95
Author: Andre Martins <[email protected]>
AuthorDate: Tue Oct 17 22:31:23 2023 +0100
Expose SubstraitPlan structure in arrow_flight::sql (#4932) (#4933)
---
arrow-flight/src/sql/mod.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/arrow-flight/src/sql/mod.rs b/arrow-flight/src/sql/mod.rs
index 4bb8ce8b36..4042ce8efc 100644
--- a/arrow-flight/src/sql/mod.rs
+++ b/arrow-flight/src/sql/mod.rs
@@ -93,6 +93,7 @@ pub use gen::SqlSupportedTransactions;
pub use gen::SqlSupportedUnions;
pub use gen::SqlSupportsConvert;
pub use gen::SqlTransactionIsolationLevel;
+pub use gen::SubstraitPlan;
pub use gen::SupportedSqlGrammar;
pub use gen::TicketStatementQuery;
pub use gen::UpdateDeleteRules;