Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions crates/paimon/src/arrow/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@

pub(crate) mod filtering;
pub(crate) mod format;
mod reader;
pub(crate) mod schema_evolution;

pub use crate::arrow::reader::ArrowReaderBuilder;

use crate::spec::{
ArrayType, BigIntType, BooleanType, DataField, DataType as PaimonDataType, DateType,
DecimalType, DoubleType, FloatType, IntType, LocalZonedTimestampType, MapType, RowType,
Expand Down
945 changes: 0 additions & 945 deletions crates/paimon/src/arrow/reader.rs

This file was deleted.

455 changes: 455 additions & 0 deletions crates/paimon/src/table/data_evolution_reader.rs

Large diffs are not rendered by default.

Loading
Loading