IsabelParedes commented on code in PR #49128:
URL: https://github.com/apache/arrow/pull/49128#discussion_r2763535003


##########
r/src/arrowExports.cpp:
##########


Review Comment:
   The errors seem to be "correct", right? Calling this function should cause 
an error, as expected?
   
   ```
   
[5](https://github.com/ursacomputing/crossbow/actions/runs/21668554323/job/62470241060#step:6:26579)
   ── Error ('test-csv.R:581:3'): write_csv_arrow can write from Dataset 
objects ──
   Error in `dataset___ParquetFragmentScanOptions__Make(use_buffered_stream, 
buffer_size, pre_buffer, thrift_string_size_limit, 
thrift_container_size_limit)`: Cannot call 
dataset___ParquetFragmentScanOptions__Make(). See 
https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow 
C++ libraries. 
   Backtrace:
       ▆
    1. └─arrow::write_dataset(tbl_no_dates, data_dir, partitioning = "lgl") at 
test-csv.R:581:3
    2.   └─FileWriteOptions$create(...)
    3.     └─FileFormat$create(format)
    4.       └─ParquetFileFormat$create(...)
    5.         └─ParquetFragmentScanOptions$create(...)
    6.           └─arrow:::dataset___ParquetFragmentScanOptions__Make(...)
   ── Error ('test-dataset-csv.R:295:3'): Error if no format specified and 
files are not parquet ──
   Error in `dataset___ParquetFragmentScanOptions__Make(use_buffered_stream, 
buffer_size, pre_buffer, thrift_string_size_limit, 
thrift_container_size_limit)`: Cannot call 
dataset___ParquetFragmentScanOptions__Make(). See 
https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow 
C++ libraries.
   ```
   
   Or should I look into changing the tests?



-- 
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]

Reply via email to