mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
Update comment
This commit is contained in:
parent
4a168444fa
commit
bbfb74ab70
@ -187,7 +187,6 @@ public:
|
|||||||
{
|
{
|
||||||
const size_t num_rows = col_data_string->size();
|
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<std::string_view> training_data;
|
std::vector<std::string_view> training_data;
|
||||||
for (size_t i = 0; i < num_rows; ++i)
|
for (size_t i = 0; i < num_rows; ++i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user