Skip to content

Commit

Permalink
MINOR: [R] Remove trailing whitespace in flight tests (apache#13952)
Browse files Browse the repository at this point in the history
After apache#13267 there is some trailing whitespace left over in one of the files.

Authored-by: Dewey Dunnington <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
paleolimbot authored and zagto committed Oct 7, 2022
1 parent 8749fe4 commit 00878c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions r/tests/testthat/test-python-flight.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ if (process_is_running("demo_flight_server")) {
regexp = 'data must be a "data.frame", "Table", or "RecordBatch"'
)
})

test_that("flight_put with max_chunksize", {
flight_put(client, example_data, path = flight_obj, max_chunksize = 1)
expect_true(flight_path_exists(client, flight_obj))
expect_true(flight_obj %in% list_flights(client))
expect_warning(
flight_put(client, record_batch(example_data), path = flight_obj, max_chunksize = 123),
flight_put(client, record_batch(example_data), path = flight_obj, max_chunksize = 123),
regexp = "`max_chunksize` is not supported for flight_put with RecordBatch"
)
expect_error(
Expand Down

0 comments on commit 00878c9

Please sign in to comment.