paleolimbot opened a new issue, #38228: URL: https://github.com/apache/arrow/issues/38228
### Describe the bug, including details regarding any error messages, version, and platform. These are failing because of an example that needs fencing in `@examplesIf arrow_with_dataset()`. https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=55504&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181 ``` ❯ checking examples ... ERROR Running examples in ‘arrow-Ex.R’ failed The error most likely occurred in: > ### Name: csv_convert_options > ### Title: CSV Convert Options > ### Aliases: csv_convert_options > > ### ** Examples > > tf <- tempfile() > on.exit(unlink(tf)) > writeLines("x\n1\nNULL\n2\nNA", tf) > read_csv_arrow(tf, convert_options = csv_convert_options(null_values = c("", "NA", "NULL"))) x 1 1 2 NA 3 2 4 NA > open_csv_dataset(tf, convert_options = csv_convert_options(null_values = c("", "NA", "NULL"))) Error: This build of the arrow package does not support Datasets Execution halted ``` ### Component(s) R -- 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]
