Skip to content

Commit

Permalink
fix-ci: rust fmt (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: zhangli20 <[email protected]>
  • Loading branch information
richox and zhangli20 authored Jan 19, 2025
1 parent f9592a3 commit 66ae2e1
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,8 @@ fn sort_batches_by_partition_id(
evaluate_partition_ids(hashes, partitioning.partition_count())
}
Partitioning::RoundRobinPartitioning(..) => {
let part_ids = evaluate_robin_partition_ids(
partitioning,
&batch,
round_robin_start_rows
);
let part_ids =
evaluate_robin_partition_ids(partitioning, &batch, round_robin_start_rows);
round_robin_start_rows += batch.num_rows();
round_robin_start_rows %= partitioning.partition_count();
part_ids
Expand Down

0 comments on commit 66ae2e1

Please sign in to comment.