mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
dbms: Server: Fixes. [#METR-17276]
This commit is contained in:
parent
1bf22c463b
commit
ed2ec39899
@ -803,7 +803,7 @@ public:
|
|||||||
{
|
{
|
||||||
Cell x;
|
Cell x;
|
||||||
x.read(rb);
|
x.read(rb);
|
||||||
insert(x.getValue());
|
insert(x);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -827,7 +827,7 @@ public:
|
|||||||
Cell x;
|
Cell x;
|
||||||
DB::assertString(",", rb);
|
DB::assertString(",", rb);
|
||||||
x.readText(rb);
|
x.readText(rb);
|
||||||
insert(x.getValue());
|
insert(x);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user