kou commented on code in PR #39164:
URL: https://github.com/apache/arrow/pull/39164#discussion_r1433391890


##########
cpp/src/arrow/ipc/reader.h:
##########
@@ -317,7 +317,12 @@ class ARROW_EXPORT Listener {
 /// \since 0.17.0
 class ARROW_EXPORT CollectListener : public Listener {
  public:
-  CollectListener() : schema_(), filtered_schema_(), record_batches_(), 
metadatas_() {}
+  explicit CollectListener(bool copy_record_batch = false)

Review Comment:
   @pitrou Does this elaborate enough?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to