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