mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Remove strange commit
This commit is contained in:
parent
2f7b63cf71
commit
83c32727dc
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user