Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis committed Aug 18, 2023
1 parent caa9f9f commit 04fa897
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.apache.druid.query.QueryDataSource;
import org.apache.druid.query.dimension.DimensionSpec;

import javax.annotation.Nullable;
import java.io.Closeable;
import java.nio.ByteBuffer;
import java.util.ArrayDeque;
Expand Down Expand Up @@ -96,6 +97,7 @@ public static int countRequiredMergeBufferNum(GroupByQuery query)
return countRequiredMergeBufferNumWithoutSubtotal(query, 1) + numMergeBuffersNeededForSubtotalsSpec(query);
}

@Nullable
private final List<ReferenceCountingResourceHolder<ByteBuffer>> mergeBufferHolders;
private final Deque<ByteBuffer> mergeBuffers;

Expand Down

0 comments on commit 04fa897

Please sign in to comment.