[
https://issues.apache.org/jira/browse/ARROW-16494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-16494.
----------------------------------
Resolution: Fixed
Issue resolved by pull request 13084
[https://github.com/apache/arrow/pull/13084]
> [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
> Components: C++
> Reporter: Raúl Cumplido
> Assignee: Raúl Cumplido
> Priority: Critical
> Labels: pull-request-available
> Fix For: 9.0.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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)