Skip to content

Commit

Permalink
update todo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eeroel committed Oct 3, 2023
1 parent 6ee9a0e commit 6d4d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/dataset/file_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Future<std::shared_ptr<io::RandomAccessFile>> FileSource::OpenAsync() const {
return Future<std::shared_ptr<io::RandomAccessFile>>::MakeFinished(std::make_shared<io::BufferReader>(buffer_));
}

// TODO(GH-37917): custom_open_ should not block
// TODO(GH-37962): custom_open_ should not block
return Future<std::shared_ptr<io::RandomAccessFile>>::MakeFinished(custom_open_());
}

Expand Down

0 comments on commit 6d4d217

Please sign in to comment.