| 651 | } |
| 652 | |
| 653 | Status HadoopFileSystem::OpenReadable(const std::string& path, int32_t buffer_size, |
| 654 | std::shared_ptr<HdfsReadableFile>* file) { |
| 655 | return impl_->OpenReadable(path, buffer_size, io::default_io_context(), file); |
| 656 | } |
| 657 | |
| 658 | Status HadoopFileSystem::OpenReadable(const std::string& path, |
| 659 | std::shared_ptr<HdfsReadableFile>* file) { |
no outgoing calls