pitrou commented on a change in pull request #8084:
URL: https://github.com/apache/arrow/pull/8084#discussion_r480983890
##########
File path: cpp/src/arrow/ipc/writer.cc
##########
@@ -1042,8 +1042,13 @@ class ARROW_EXPORT IpcFormatWriter : public
RecordBatchWriter {
class StreamBookKeeper {
public:
- explicit StreamBookKeeper(const IpcWriteOptions& options, io::OutputStream*
sink)
+ StreamBookKeeper(const IpcWriteOptions& options, io::OutputStream* sink)
: options_(options), sink_(sink), position_(-1) {}
Review comment:
No, it's implicit (a `shared_ptr` is always initialized).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]