Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-13305

[C++] Unable to install nightly on Ubuntu 21.04 due to CSV options

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.1
    • 5.0.0
    • C++
    • None

    Description

      Related to ARROW-13304

      Another error seen on Ubuntu 21.04 is

      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; 

       

      I fetched the last changes up to 91f26

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            pachamaltese Mauricio 'Pachá' Vargas Sepúlveda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: