Skip to content

Commit 4b897c7

Browse files
committed
docs: fix stale Flush/Close comments in IoUringOutputStream header
1 parent 92ed43d commit 4b897c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/tpch/io_uring_output_stream.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ class IoUringOutputStream : public arrow::io::OutputStream {
6262
/** Convenience overload accepting a Buffer. */
6363
arrow::Status Write(const std::shared_ptr<arrow::Buffer>& data) override;
6464

65-
/** No-op: Write() already blocks until data is on disk. */
65+
/** No-op: Write() blocks until CQEs are drained (data in page cache). */
6666
arrow::Status Flush() override;
6767

68-
/** Stop worker thread (if running), fsync, close file fd. */
68+
/** Stop worker thread (if running), close file fd. */
6969
arrow::Status Close() override;
7070

7171
arrow::Result<int64_t> Tell() const override;

0 commit comments

Comments
 (0)