Skip to content

Commit

Permalink
fix mac build (#9305)
Browse files Browse the repository at this point in the history
close #9306

Signed-off-by: guo-shaoge <shaoge1994@163.com>
  • Loading branch information
guo-shaoge authored Aug 9, 2024
1 parent f7a619d commit aac1dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Interpreters/Aggregator.h
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ class Aggregator

bool only_lookup = false;
size_t hit_row_cnt = 0;
std::vector<size_t> not_found_rows;
std::vector<UInt64> not_found_rows;

void prepareForAgg();
bool allBlockDataHandled() const
Expand Down

0 comments on commit aac1dae

Please sign in to comment.