mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
Better comment
This commit is contained in:
parent
4432ee9927
commit
86336940f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user