Skip to content

Commit

Permalink
Update vortex-serde/src/file/reader/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Kruszewski <[email protected]>
  • Loading branch information
AdamGS and robert3005 authored Aug 1, 2024
1 parent c42e44e commit bda8ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-serde/src/file/reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub mod filtering;
pub mod projections;
pub mod schema;

const DEFAULT_BATCH_SIZE: usize = 1024;
const DEFAULT_BATCH_SIZE: usize = 65536;

pub struct VortexBatchReaderBuilder<R> {
reader: R,
Expand Down

0 comments on commit bda8ea0

Please sign in to comment.