fix: remove left over `deb!` macro (#5224)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Andrew Lamb 2022-07-30 11:33:02 -04:00 committed by GitHub
parent 0e9695f202
commit 7cc8486e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ pub(crate) async fn compact_parquet_files(
let (small_cutoff_bytes, large_cutoff_bytes) =
cutoff_bytes(max_desired_file_size_bytes, percentage_max_file_size);
dbg!(&small_cutoff_bytes, &large_cutoff_bytes, &total_size);
let ctx = exec.new_context(ExecutorType::Reorg);
let plan = if total_size <= small_cutoff_bytes {