Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-3366: [R] Dockerfile for docker-compose setup #2770

Closed
wants to merge 13 commits into from
Prev Previous commit
removed failing test in the R package
  • Loading branch information
jameslamb committed Nov 17, 2018
commit 9fcebe53c99aa84bae95a0c8fe0530ac1f892649
1 change: 0 additions & 1 deletion r/tests/testthat/test-RecordBatch.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ test_that("read_record_batch handles various streams (ARROW-3450, ARROW-3505)",
batch4 <- read_record_batch(mmap_file)
batch5 <- read_record_batch(bytes)
batch6 <- read_record_batch(buf_reader)
#expect_error(read_record_batch(buf_reader))

stream_reader <- record_batch_stream_reader(bytes)
batch7 <- read_record_batch(stream_reader)
Expand Down