thisisnic commented on code in PR #13482:
URL: https://github.com/apache/arrow/pull/13482#discussion_r912940897


##########
r/src/recordbatch.cpp:
##########
@@ -32,7 +32,7 @@ int RecordBatch__num_columns(const 
std::shared_ptr<arrow::RecordBatch>& x) {
 }
 
 // [[arrow::export]]
-int RecordBatch__num_rows(const std::shared_ptr<arrow::RecordBatch>& x) {
+r_vec_size RecordBatch__num_rows(const std::shared_ptr<arrow::RecordBatch>& x) 
{
   return x->num_rows();

Review Comment:
   Ah, thank you, I wouldn't have figured this one out!



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