From bbfb74ab706d003f2206e229efcc2f03c9bd1c65 Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Thu, 11 May 2023 19:06:04 +0000 Subject: [PATCH] Update comment --- src/Functions/EntropyLearnedHash.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Functions/EntropyLearnedHash.cpp b/src/Functions/EntropyLearnedHash.cpp index af5b2c3d232..9c517a51f77 100644 --- a/src/Functions/EntropyLearnedHash.cpp +++ b/src/Functions/EntropyLearnedHash.cpp @@ -187,7 +187,6 @@ public: { const size_t num_rows = col_data_string->size(); - /// TODO this does some needless copying ... chooseBytes() should ideally understand the native ColumnString representation std::vector training_data; for (size_t i = 0; i < num_rows; ++i) {