Skip to content

Commit

Permalink
chore: reduce some operations module functions to crate level visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Aug 30, 2024
1 parent 218a824 commit 60a1080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/operations/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ pub fn get_num_idx_cols_and_stats_columns(
/// Get the target_file_size from the table configuration in the sates
/// If table_config does not exist (only can occur in the first write action) it takes
/// the configuration that was passed to the writerBuilder.
pub fn get_target_file_size(
pub(crate) fn get_target_file_size(
config: &Option<crate::table::config::TableConfig<'_>>,
configuration: &HashMap<String, Option<String>>,
) -> i64 {
Expand Down

0 comments on commit 60a1080

Please sign in to comment.