Skip to content

Commit

Permalink
Refer to arrow unambiguously fro polars-arquet (pola-rs#12939)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankislinger authored Dec 8, 2023
1 parent 05fdb79 commit ae3a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-parquet/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::len_without_is_empty)]
pub mod arrow;
pub use arrow::{read, write};
pub use crate::arrow::{read, write};
pub mod parquet;

0 comments on commit ae3a907

Please sign in to comment.