Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap authored and rtyler committed May 26, 2024
1 parent a02ca5e commit 14e87c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion crates/core/src/protocol/parquet_read/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ use tracing::{debug, error, warn};

use crate::kernel::models::actions::serde_path::decode_path;
use crate::kernel::{
Action, Add, AddCDCFile, DeletionVectorDescriptor, Metadata, Protocol, Remove, StorageType, Transaction,
Action, Add, AddCDCFile, DeletionVectorDescriptor, Metadata, Protocol, Remove, StorageType,
Transaction,
};
use crate::protocol::{ColumnCountStat, ColumnValueStat, ProtocolError, Stats};

Expand Down
File renamed without changes.

0 comments on commit 14e87c5

Please sign in to comment.