You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/10/05 08:28:00 UTC

[jira] [Created] (ARROW-17938) [Python][CI] python_test.cc build failure

Antoine Pitrou created ARROW-17938:
--------------------------------------

             Summary: [Python][CI] python_test.cc build failure
                 Key: ARROW-17938
                 URL: https://issues.apache.org/jira/browse/ARROW-17938
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration, Python
            Reporter: Antoine Pitrou


Just saw this on Crossbow CI, for example on the {{conda-linux-gcc-py39-cuda}} job:
{code}
2022-10-04T12:24:11.3370140Z /build/arrow-cpp-ext_1664884270503/work/python/pyarrow/src/python_test.cc:116:5:   required from here
2022-10-04T12:24:11.3372155Z /build/arrow-cpp-ext_1664884270503/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/include/arrow/util/string_builder.h:49:10: error: ambiguous overload for 'operator<<' (operand types are 'std::ostream {aka std::basic_ostream<char>}' and 'std::nullptr_t')
2022-10-04T12:24:11.3373600Z    stream << head;
2022-10-04T12:24:11.3374077Z    ~~~~~~~^~~~~~~
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)