We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cf6e4 commit b8148e1Copy full SHA for b8148e1
clickhouse/base/compressed.cpp
@@ -75,7 +75,7 @@ bool CompressedInput::Decompress() {
75
76
Buffer tmp(compressed);
77
78
- // Заполнить заголовок сжатых данных.
+ // Data header
79
{
80
BufferOutput out(&tmp);
81
out.Write(&method, sizeof(method));
0 commit comments