refactor: Rename unable_to_compact to possible_progress
parent
b78b3d3ee2
commit
63bb4db6e9
|
@ -57,7 +57,7 @@ use super::{
|
|||
has_files::HasFilesPartitionFilter, has_matching_file::HasMatchingFilePartitionFilter,
|
||||
logging::LoggingPartitionFilterWrapper, max_num_columns::MaxNumColumnsPartitionFilter,
|
||||
metrics::MetricsPartitionFilterWrapper, never_skipped::NeverSkippedPartitionFilter,
|
||||
or::OrPartitionFilter, unable_to_compact::PossibleProgressFilter, PartitionFilter,
|
||||
or::OrPartitionFilter, possible_progress::PossibleProgressFilter, PartitionFilter,
|
||||
},
|
||||
partition_info_source::sub_sources::SubSourcePartitionInfoSource,
|
||||
partition_source::{
|
||||
|
|
|
@ -15,7 +15,7 @@ pub mod max_num_columns;
|
|||
pub mod metrics;
|
||||
pub mod never_skipped;
|
||||
pub mod or;
|
||||
pub mod unable_to_compact;
|
||||
pub mod possible_progress;
|
||||
|
||||
/// Filters partition based on ID and parquet files.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue