mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
update some comments
This commit is contained in:
parent
c3736859ac
commit
e19fd5bc76
@ -29,10 +29,6 @@
|
|||||||
namespace DB
|
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>
|
class RemoteReadBuffer : public BufferWithOwnMemory<SeekableReadBufferWithSize>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user