thisisnic commented on a change in pull request #10387:
URL: https://github.com/apache/arrow/pull/10387#discussion_r639909406
##########
File path: r/tests/testthat/test-csv.R
##########
@@ -317,7 +317,7 @@ test_that("Write a CSV file with different batch sizes", {
test_that("Write a CSV file with invalid input type", {
expect_error(
write_csv_arrow(Array$create(1:5), csv_file),
- regexp = 'x must be a "ArrowTabular"'
+ regexp = "Cannot write to CSV. 'x' must be an object of class
'data.frame', 'RecordBatch', or 'Table', not 'Array'"
Review comment:
Sounds good - Jon opened a ticket to do that
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]