mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 04:52:10 +00:00
Update ReadBufferFromHDFS.cpp
This commit is contained in:
parent
74c0574d51
commit
5880a0a372
@ -88,7 +88,7 @@ struct ReadBufferFromHDFS::ReadBufferFromHDFSImpl : public BufferWithOwnMemory<S
|
||||
hdfsCloseFile(fs.get(), fin);
|
||||
}
|
||||
|
||||
size_t getFileSize()
|
||||
size_t getFileSize() const
|
||||
{
|
||||
return file_size;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user