pitrou commented on a change in pull request #7598:
URL: https://github.com/apache/arrow/pull/7598#discussion_r449198523



##########
File path: cpp/src/arrow/array/builder_nested.h
##########
@@ -395,8 +395,17 @@ class ARROW_EXPORT StructBuilder : public ArrayBuilder {
     return Status::OK();
   }
 
-  Status AppendNull() final { return Append(false); }
+  /// \brief Append a null value. Automatically appends a null to each child
+  /// builder.

Review comment:
       As you prefer. A followup is fine to me.




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


Reply via email to