felipecrv commented on code in PR #43415:
URL: https://github.com/apache/arrow/pull/43415#discussion_r1697264528


##########
cpp/src/arrow/compute/row/row_internal.h:
##########
@@ -220,7 +220,14 @@ class ARROW_EXPORT RowTableImpl {
   }
 
  private:
+  /// @brief Resize the fixed length buffers to store `num_extra_rows` more 
rows. The
+  /// fixed length buffers are buffers_[0] for null masks, buffers_[1] for row 
data if the
+  /// row is fixed length, or for row offsets otherwise.
   Status ResizeFixedLengthBuffers(int64_t num_extra_rows);
+
+  /// @brief Resize the optional varying length buffer to store 
`num_extra_bytes` more

Review Comment:
   ```suggestion
     /// \brief Resize the optional varying length buffer to store 
`num_extra_bytes` more
   ```



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