Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
1 change: 1 addition & 0 deletions crates/core/src/operations/optimize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ impl MergePlan {
Some(task_parameters.writer_properties.clone()),
Some(task_parameters.input_parameters.target_size as usize),
None,
None,
)?;
let mut writer = PartitionWriter::try_with_config(
object_store,
Expand Down
85 changes: 0 additions & 85 deletions crates/core/src/operations/write/async_utils.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/core/src/operations/write/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ use crate::logstore::LogStoreRef;
use crate::protocol::{DeltaOperation, SaveMode};
use crate::DeltaTable;

pub(crate) mod async_utils;
pub mod configs;
pub(crate) mod execution;
pub(crate) mod generated_columns;
Expand Down
Loading
Loading