Skip to content

Commit a69030c

Browse files
Rename recordbatchreader to camel base (#1801)
1 parent 8d2fcd9 commit a69030c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vortex-file/src/read/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod mask;
1717
pub mod metadata;
1818
pub mod projection;
1919
mod reader;
20-
mod recordbatchreader;
20+
mod record_batch_reader;
2121
mod splits;
2222
mod stream;
2323

@@ -27,7 +27,7 @@ pub use cache::*;
2727
pub use context::*;
2828
pub use filtering::RowFilter;
2929
pub use projection::Projection;
30-
pub use recordbatchreader::{AsyncRuntime, VortexRecordBatchReader};
30+
pub use record_batch_reader::{AsyncRuntime, VortexRecordBatchReader};
3131
pub use stream::VortexReadArrayStream;
3232
use vortex_expr::ExprRef;
3333

File renamed without changes.

0 commit comments

Comments
 (0)