[ 
https://issues.apache.org/jira/browse/ARROW-13305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17381382#comment-17381382
 ] 

Mauricio 'Pachá' Vargas Sepúlveda commented on ARROW-13305:
-----------------------------------------------------------

hi

yes,

i do these steps:
 # build libarrow
 # reinstall R package

this was fixed with the last changes to ARROW-13304

> [C++] Unable to install nightly on Ubuntu 21.04 due to CSV options
> ------------------------------------------------------------------
>
>                 Key: ARROW-13305
>                 URL: https://issues.apache.org/jira/browse/ARROW-13305
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 4.0.1
>            Reporter: Mauricio 'Pachá' Vargas Sepúlveda
>            Priority: Major
>             Fix For: 5.0.0
>
>
> Related to ARROW-13304
> Another error seen on Ubuntu 21.04 is
> {code:java}
> dataset.cpp:284:31: error: ‘CsvFileWriteOptions’ is not a member of ‘ds’; did 
> you mean ‘IpcFileWriteOptions’?
>   284 |     const std::shared_ptr<ds::CsvFileWriteOptions>& csv_options,
>       |                               ^~~~~~~~~~~~~~~~~~~
>       |                               IpcFileWriteOptions
> dataset.cpp:284:50: error: template argument 1 is invalid
>   284 |     const std::shared_ptr<ds::CsvFileWriteOptions>& csv_options,
>       |                                                  ^
> dataset.cpp: In function ‘void dataset___CsvFileWriteOptions__update(const 
> int&, const std::shared_ptr<arrow::csv::WriteOptions>&)’:
> dataset.cpp:286:15: error: base operand of ‘->’ is not a pointer
>   286 |   *csv_options->write_options = *write_options; {code}
>  
> I fetched the last changes up to 91f26
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to