This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new ead464def3 Making avro_to_arrow::schema::to_arrow_schema public
(#12452)
ead464def3 is described below
commit ead464def3391e659419d8e36bb75f037943cc4b
Author: Amey Chaugule <[email protected]>
AuthorDate: Fri Sep 13 13:05:00 2024 -0700
Making avro_to_arrow::schema::to_arrow_schema public (#12452)
---
datafusion/core/src/datasource/avro_to_arrow/mod.rs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/datafusion/core/src/datasource/avro_to_arrow/mod.rs
b/datafusion/core/src/datasource/avro_to_arrow/mod.rs
index af0bb86a3e..c59078c89d 100644
--- a/datafusion/core/src/datasource/avro_to_arrow/mod.rs
+++ b/datafusion/core/src/datasource/avro_to_arrow/mod.rs
@@ -30,6 +30,8 @@ use crate::arrow::datatypes::Schema;
use crate::error::Result;
#[cfg(feature = "avro")]
pub use reader::{Reader, ReaderBuilder};
+#[cfg(feature = "avro")]
+pub use schema::to_arrow_schema;
use std::io::Read;
#[cfg(feature = "avro")]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]