Skip to content

Commit

Permalink
fix pub issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang committed Nov 10, 2022
1 parent 2e3c478 commit 8a2b540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parquet/src/arrow/arrow_reader/mod.rs
Expand Up @@ -40,10 +40,10 @@ use crate::file::serialized_reader::ReadOptionsBuilder;
use crate::schema::types::SchemaDescriptor;

mod filter;
pub mod selection;
mod selection;

pub use filter::{ArrowPredicate, ArrowPredicateFn, RowFilter};
pub use selection::{RowSelection, RowSelector};
pub use selection::{intersect_row_selections, RowSelection, RowSelector};

/// A generic builder for constructing sync or async arrow parquet readers. This is not intended
/// to be used directly, instead you should use the specialization for the type of reader
Expand Down

0 comments on commit 8a2b540

Please sign in to comment.