-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARROW-17764: [CI][C++] "#include <optional>" is missing #14161
Conversation
https://github.com/ursacomputing/crossbow/actions/runs/3073442125/jobs/4965573117#step:5:8420 FAILED: src/arrow/flight/sql/CMakeFiles/arrow_flight_sql_objlib.dir/sql_info_internal.cc.o /usr/bin/c++ .../arrow/cpp/src/arrow/flight/sql/sql_info_internal.cc In file included from /arrow/cpp/src/arrow/flight/sql/sql_info_internal.h:20, from /arrow/cpp/src/arrow/flight/sql/sql_info_internal.cc:18: /arrow/cpp/src/arrow/flight/sql/types.h:899:8: error: 'optional' in namespace 'std' does not name a template type 899 | std::optional<std::string> catalog; | ^~~~~~~~ /arrow/cpp/src/arrow/flight/sql/types.h:29:1: note: 'std::optional' is defined in header '<optional>'; did you forget to '#include <optional>'? 28 | #include "arrow/type_fwd.h" +++ |+#include <optional> 29 | /arrow/cpp/src/arrow/flight/sql/types.h:901:8: error: 'optional' in namespace 'std' does not name a template type 901 | std::optional<std::string> db_schema; | ^~~~~~~~ /arrow/cpp/src/arrow/flight/sql/types.h:901:3: note: 'std::optional' is defined in header '<optional>'; did you forget to '#include <optional>'? 901 | std::optional<std::string> db_schema; | ^~~
|
@github-actions crossbow submit verify-rc-source-cpp-linux-ubuntu-22.04-amd64 verify-rc-source-ruby-linux-ubuntu-22.04-amd64 |
Revision: 2592668 Submitted crossbow builds: ursacomputing/crossbow @ actions-0e0081dcec
|
Benchmark runs are scheduled for baseline = 02b24f7 and contender = 80676df. 80676df is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
['Python', 'R'] benchmarks have high level of regressions. |
https://github.com/ursacomputing/crossbow/actions/runs/3073442125/jobs/4965573117#step:5:8420 FAILED: src/arrow/flight/sql/CMakeFiles/arrow_flight_sql_objlib.dir/sql_info_internal.cc.o /usr/bin/c++ .../arrow/cpp/src/arrow/flight/sql/sql_info_internal.cc In file included from /arrow/cpp/src/arrow/flight/sql/sql_info_internal.h:20, from /arrow/cpp/src/arrow/flight/sql/sql_info_internal.cc:18: /arrow/cpp/src/arrow/flight/sql/types.h:899:8: error: 'optional' in namespace 'std' does not name a template type 899 | std::optional<std::string> catalog; | ^~~~~~~~ /arrow/cpp/src/arrow/flight/sql/types.h:29:1: note: 'std::optional' is defined in header '<optional>'; did you forget to '#include <optional>'? 28 | #include "arrow/type_fwd.h" +++ |+#include <optional> 29 | /arrow/cpp/src/arrow/flight/sql/types.h:901:8: error: 'optional' in namespace 'std' does not name a template type 901 | std::optional<std::string> db_schema; | ^~~~~~~~ /arrow/cpp/src/arrow/flight/sql/types.h:901:3: note: 'std::optional' is defined in header '<optional>'; did you forget to '#include <optional>'? 901 | std::optional<std::string> db_schema; | ^~~ Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
https://github.com/ursacomputing/crossbow/actions/runs/3073442125/jobs/4965573117#step:5:8420 FAILED: src/arrow/flight/sql/CMakeFiles/arrow_flight_sql_objlib.dir/sql_info_internal.cc.o /usr/bin/c++ .../arrow/cpp/src/arrow/flight/sql/sql_info_internal.cc In file included from /arrow/cpp/src/arrow/flight/sql/sql_info_internal.h:20, from /arrow/cpp/src/arrow/flight/sql/sql_info_internal.cc:18: /arrow/cpp/src/arrow/flight/sql/types.h:899:8: error: 'optional' in namespace 'std' does not name a template type 899 | std::optional<std::string> catalog; | ^~~~~~~~ /arrow/cpp/src/arrow/flight/sql/types.h:29:1: note: 'std::optional' is defined in header '<optional>'; did you forget to '#include <optional>'? 28 | #include "arrow/type_fwd.h" +++ |+#include <optional> 29 | /arrow/cpp/src/arrow/flight/sql/types.h:901:8: error: 'optional' in namespace 'std' does not name a template type 901 | std::optional<std::string> db_schema; | ^~~~~~~~ /arrow/cpp/src/arrow/flight/sql/types.h:901:3: note: 'std::optional' is defined in header '<optional>'; did you forget to '#include <optional>'? 901 | std::optional<std::string> db_schema; | ^~~ Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
https://github.com/ursacomputing/crossbow/actions/runs/3073442125/jobs/4965573117#step:5:8420