update some comments

This commit is contained in:
lgbo-ustc 2021-12-23 12:01:44 +08:00 committed by liangjiabiao
parent c3736859ac
commit e19fd5bc76

View File

@ -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: