Skip to content

Commit

Permalink
refactor: rename arrow module
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Jun 4, 2023
1 parent 8d7bc17 commit 53dad5f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/src/action/checkpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use std::iter::Iterator;
use std::ops::Add;

use super::{Action, Add as AddAction, MetaData, Protocol, ProtocolError, Txn};
use crate::delta_arrow::delta_log_schema_for_table;
use crate::arrow_convert::delta_log_schema_for_table;
use crate::schema::*;
use crate::storage::DeltaObjectStore;
use crate::table::state::DeltaTableState;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub mod table;
pub mod time_utils;

#[cfg(all(feature = "arrow", feature = "parquet"))]
pub mod delta_arrow;
pub mod arrow_convert;
#[cfg(feature = "datafusion")]
pub mod delta_datafusion;
#[cfg(all(feature = "arrow", feature = "parquet"))]
Expand Down

0 comments on commit 53dad5f

Please sign in to comment.