Skip to content

Commit

Permalink
Change to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Aug 30, 2024
1 parent 8b29096 commit ef5af18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daft-scan/src/scan_task_iters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub fn merge_by_sizes<'a>(
return Box::new(MergeByFileSize {
iter: Box::new(scan_tasks),
cfg,
target_upper_bound_size_bytes: (limit_bytes * 2.) as usize,
target_upper_bound_size_bytes: (limit_bytes * 1.5) as usize,
target_lower_bound_size_bytes: (limit_bytes / 2.) as usize,
accumulator: None,
}) as BoxScanTaskIter;
Expand Down

0 comments on commit ef5af18

Please sign in to comment.