You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/05/06 14:22:00 UTC

[jira] [Created] (ARROW-16494) [C++] Fix nightly builds with 'std::stringstream ss' has incomplete type and cannot be defined

Raúl Cumplido created ARROW-16494:
-------------------------------------

             Summary: [C++] Fix nightly builds with 'std::stringstream ss' has incomplete type and cannot be defined
                 Key: ARROW-16494
                 URL: https://issues.apache.org/jira/browse/ARROW-16494
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Raúl Cumplido
            Assignee: Raúl Cumplido
             Fix For: 9.0.0


Some nightly packaging jobs have failed with the following error:
{code:java}
/build/arrow-cpp-ext_1651835658881/work/cpp/src/arrow/dataset/file_csv.cc:91:25: error: aggregate 'std::stringstream ss' has incomplete type and cannot be defined
   91 |       std::stringstream ss; {code}
This was introduced on https://issues.apache.org/jira/browse/ARROW-16436



--
This message was sent by Atlassian Jira
(v8.20.7#820007)