mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #31673 from ClickHouse/remove-wrong-code-live-view
Remove outstandingly wrong code with LIVE VIEW
This commit is contained in:
commit
82fd7cc212
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user