Skip to content

Commit

Permalink
[BugFix] remove duplicate _set_finishing_once (#55942)
Browse files Browse the repository at this point in the history
Signed-off-by: before-Sunrise <[email protected]>
  • Loading branch information
before-Sunrise authored Feb 17, 2025
1 parent b005b50 commit e9d315d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class AggregateStreamingSinkOperator : public Operator {
// Invoked by push_chunk if current mode is TStreamingPreaggregationMode::LIMITED
Status _push_chunk_by_limited_memory(const ChunkPtr& chunk, const size_t chunk_size);

DECLARE_ONCE_DETECTOR(_set_finishing_once);
// It is used to perform aggregation algorithms shared by
// AggregateStreamingSourceOperator. It is
// - prepared at SinkOperator::prepare(),
Expand Down

0 comments on commit e9d315d

Please sign in to comment.