gringasalpastor commented on PR #34057: URL: https://github.com/apache/arrow/pull/34057#issuecomment-1438744008
> @gringasalpastor There seems to be one CI failure that is legitimate. Could you address that? > > ``` > /arrow/cpp/src/arrow/util/rows_to_batches.h:107: error: The following parameters of arrow::util::RowsToBatches(const std::shared_ptr< Schema > &schema, const Range &rows, DataPointConvertor &&data_point_convertor, RowAccessor &&row_accessor=detail::MakeDefaultRowAccessor(), MemoryPool *pool=default_memory_pool(), const std::size_t batch_size=1024) are not documented: > parameter 'pool' > parameter 'batch_size' (warning treated as error, aborting now) > 1 > ``` @wjones127 Thanks, I just pushed a new commit to add documentation for these. -- 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]
