You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Mauricio 'Pachá' Vargas Sepúlveda (Jira)" <ji...@apache.org> on 2021/07/15 14:40:00 UTC

[jira] [Closed] (ARROW-13305) [C++] Unable to install nightly on Ubuntu 21.04 due to CSV options

     [ https://issues.apache.org/jira/browse/ARROW-13305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauricio 'Pachá' Vargas Sepúlveda closed ARROW-13305.
-----------------------------------------------------
    Resolution: Fixed

> [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)