We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d30c9 commit ef12e0fCopy full SHA for ef12e0f
cpp/src/arrow/ipc/writer.cc
@@ -621,7 +621,7 @@ RecordBatchWriter::~RecordBatchWriter() {}
621
class StreamBookKeeper {
622
public:
623
StreamBookKeeper() : sink_(nullptr), position_(-1) {}
624
- explicit StreamBookKeeper(io::OutputStream* sink) : sink_(sink) {}
+ explicit StreamBookKeeper(io::OutputStream* sink) : sink_(sink), position_(-1) {}
625
626
Status UpdatePosition() { return sink_->Tell(&position_); }
627
0 commit comments