mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fixed translation errors [#CLICKHOUSE-3].
This commit is contained in:
parent
27a324b469
commit
542eba7e17
@ -100,7 +100,7 @@ public:
|
||||
|
||||
|
||||
|
||||
/// General case (ineffective). NOTE You can also implement a special case for strings.
|
||||
/// General case (inefficient). NOTE You can also implement a special case for strings.
|
||||
struct AggregateFunctionGroupArrayDataGeneric
|
||||
{
|
||||
Array value; /// TODO Add MemoryTracker
|
||||
|
@ -136,7 +136,7 @@ void FileChecker::load(Map & map) const
|
||||
ReadBufferFromFile in(files_info_path);
|
||||
WriteBufferFromString out(content);
|
||||
|
||||
/// The JSON library does not support whitespace. We delete them. Ineffective.
|
||||
/// The JSON library does not support whitespace. We delete them. Inefficient.
|
||||
while (!in.eof())
|
||||
{
|
||||
char c;
|
||||
|
Loading…
Reference in New Issue
Block a user