yiguolei commented on code in PR #13654: URL: https://github.com/apache/doris/pull/13654#discussion_r1021052509
########## be/src/vec/common/hash_table/hash_table.h: ########## @@ -1111,6 +1118,12 @@ class HashTable : private boost::noncopyable, size_t get_buffer_size_in_bytes() const { return grower.buf_size() * sizeof(Cell); } size_t get_buffer_size_in_cells() const { return grower.buf_size(); } + size_t* get_buffer_sizes_in_cells(size_t& num_buckets) const { + num_buckets = 1; Review Comment: And here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org