Update HashJoin.h

This commit is contained in:
Alexey Milovidov 2023-09-14 04:50:35 +03:00 committed by vdimir
parent 57991f2e1d
commit 5a47803a80
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -430,7 +430,7 @@ private:
/// Left table column names that are sources for required_right_keys columns
std::vector<String> required_right_keys_sources;
/// When trackaed memory consumption is more than a threshold, we will shrink to fit stored blocks.
/// When tracked memory consumption is more than a threshold, we will shrink to fit stored blocks.
bool shrink_blocks = false;
Poco::Logger * log;