Skip to content

Commit

Permalink
[#2353][Improvement] Fix spotless check
Browse files Browse the repository at this point in the history
  • Loading branch information
cchung100m committed Feb 8, 2025
1 parent 409d462 commit 8702b46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ class RecordsCombiner extends Thread {
// The RecordBuffer has a capacity limit, records for the same key may be
// distributed in different RecordBuffers. So we need a cachedBuffer used
// to record the buffer of the last combine.
private RecordBuffer<K, C> cached;
private RecordBuffer<K, C> cached;
private Queue nextQueue;

RecordsCombiner(int partitionId) {
Expand Down

0 comments on commit 8702b46

Please sign in to comment.