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/11 21:07:00 UTC

[jira] [Created] (ARROW-13305) [C++] Unable to install nightly on Ubuntu 21.04 due to day of week options

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

             Summary: [C++] Unable to install nightly on Ubuntu 21.04 due to day of week 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
             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)