[
https://issues.apache.org/jira/browse/ARROW-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-14241.
------------------------------------
Resolution: Fixed
Issue resolved by pull request 11343
[https://github.com/apache/arrow/pull/11343]
> [C++] Dataset ORC build failing in java-jars nightly build
> ----------------------------------------------------------
>
> Key: ARROW-14241
> URL: https://issues.apache.org/jira/browse/ARROW-14241
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Joris Van den Bossche
> Assignee: Antoine Pitrou
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Caused by ARROW-13572 / https://github.com/apache/arrow/pull/10991 (see
> https://github.com/apache/arrow/pull/10991#issuecomment-933967358). Example
> failing build: https://github.com/ursacomputing/crossbow/runs/3740820445
> {code}
> In file included from
> src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/Unity/unity_0_cxx.cxx:10:
> /arrow/cpp/src/arrow/dataset/file_orc.cc: In member function ‘virtual
> arrow::Result<bool> arrow::dataset::OrcFileFormat::IsSupported(const
> arrow::dataset::FileSource&) const’:
> /arrow/cpp/src/arrow/dataset/file_orc.cc:136:27: error: call of overloaded
> ‘OpenReader(const arrow::dataset::FileSource&)’ is ambiguous
> 136 | return OpenReader(source).ok();
> | ^
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)