kou commented on code in PR #37167:
URL: https://github.com/apache/arrow/pull/37167#discussion_r1294142051
##########
cpp/src/arrow/table.h:
##########
@@ -75,7 +75,7 @@ class ARROW_EXPORT Table {
/// \brief Construct a Table from a RecordBatchReader.
///
- /// \param[in] reader the arrow::Schema for each batch
+ /// \param[in] reader the arrow::RecordBatchReader that produces batches
static Result<std::shared_ptr<Table>>
FromRecordBatchReader(RecordBatchReader* reader);
Review Comment:
We may want to add `Table::FromRecordBatchFileReader()` like this.
--
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]