Better comment

This commit is contained in:
avogar 2023-01-20 16:41:59 +00:00
parent 4432ee9927
commit 86336940f8

View File

@ -62,7 +62,7 @@ public:
arrow::Result<std::shared_ptr<arrow::Buffer>> Read(int64_t nbytes) override;
/// Override async reading to not use internal arrow thread pool.
/// Override async reading to avoid using internal arrow thread pool.
arrow::Future<std::shared_ptr<arrow::Buffer>> ReadAsync(const arrow::io::IOContext&, int64_t position, int64_t nbytes) override;
arrow::Status Seek(int64_t position) override;