Update ReadBufferFromHDFS.cpp

This commit is contained in:
Kseniia Sumarokova 2023-08-01 11:50:31 +02:00 committed by GitHub
parent 74c0574d51
commit 5880a0a372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ struct ReadBufferFromHDFS::ReadBufferFromHDFSImpl : public BufferWithOwnMemory<S
hdfsCloseFile(fs.get(), fin);
}
size_t getFileSize()
size_t getFileSize() const
{
return file_size;
}