Merge pull request #31673 from ClickHouse/remove-wrong-code-live-view

Remove outstandingly wrong code with LIVE VIEW
This commit is contained in:
alexey-milovidov 2021-11-24 15:20:54 +03:00 committed by GitHub
commit 82fd7cc212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,9 +117,6 @@ void WriteBufferValidUTF8::nextImpl()
memory[i] = p[i];
working_buffer = Buffer(&memory[cnt], memory.data() + memory.size());
/// Propagate next() to the output buffer
output_buffer.next();
}
WriteBufferValidUTF8::~WriteBufferValidUTF8()