Skip to content

Commit

Permalink
Re-export array crate root (#4780) (#4779) (#4791)
Browse files Browse the repository at this point in the history
* Re-export array crate root (#4780) (#4779)

* Clippy
  • Loading branch information
tustvold authored Sep 7, 2023
1 parent dd0c4ab commit 15dde87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion arrow/examples/dynamic_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ extern crate arrow;
use arrow::array::*;
use arrow::datatypes::*;
use arrow::error::Result;
use arrow::record_batch::*;

#[cfg(feature = "prettyprint")]
use arrow::util::pretty::print_batches;
Expand Down
2 changes: 1 addition & 1 deletion arrow/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
mod ffi;

// --------------------- Array & ArrayData ---------------------
pub use arrow_array::array::*;
pub use arrow_array::builder::*;
pub use arrow_array::cast::*;
pub use arrow_array::iterator::*;
pub use arrow_array::*;
pub use arrow_data::{
layout, ArrayData, ArrayDataBuilder, ArrayDataRef, BufferSpec, DataTypeLayout,
};
Expand Down

0 comments on commit 15dde87

Please sign in to comment.