mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
update some comments
This commit is contained in:
parent
c3736859ac
commit
e19fd5bc76
@ -29,10 +29,6 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
/*
|
||||
* FIXME:RemoteReadBuffer derive from SeekableReadBufferWithSize may cause some risks, since it's not seekable in some cases
|
||||
* But SeekableReadBuffer is not a interface which make it hard to fixup.
|
||||
*/
|
||||
class RemoteReadBuffer : public BufferWithOwnMemory<SeekableReadBufferWithSize>
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user