You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/08 19:33:38 UTC

[GitHub] [arrow] wjones127 commented on a diff in pull request #12751: ARROW-15989: [R] rbind & cbind for Table & RecordBatch

wjones127 commented on code in PR #12751:
URL: https://github.com/apache/arrow/pull/12751#discussion_r846424028


##########
r/tests/testthat/test-RecordBatch.R:
##########
@@ -513,6 +513,53 @@ test_that("record_batch() with different length arrays", {
   expect_error(record_batch(a = 1:5, b = 1:6), msg)
 })
 
+test_that("RecordBatch doesn't support rbind", {
+  expect_error(

Review Comment:
   Good idea!



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org