Remove strange commit

This commit is contained in:
alesapin 2019-01-18 13:57:00 +03:00
parent 2f7b63cf71
commit 83c32727dc
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
namespace DB namespace DB
{ {
/** Accepts path to file and opens it, or pre-opened file descriptor. /** Accepts HDFS path to file and opens it.
* Closes file by himself (thus "owns" a file descriptor). * Closes file by himself (thus "owns" a file descriptor).
*/ */
class ReadBufferFromHDFS : public BufferWithOwnMemory<ReadBuffer> class ReadBufferFromHDFS : public BufferWithOwnMemory<ReadBuffer>

View File

@ -10,7 +10,7 @@
namespace DB namespace DB
{ {
/** Accepts path to file and opens it, or pre-opened file descriptor. /** Accepts HDFS path to file and opens it.
* Closes file by himself (thus "owns" a file descriptor). * Closes file by himself (thus "owns" a file descriptor).
*/ */
class WriteBufferFromHDFS : public BufferWithOwnMemory<WriteBuffer> class WriteBufferFromHDFS : public BufferWithOwnMemory<WriteBuffer>