-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[C++][FlightRPC] Add missing expiration_time arguments #40422
Copy link
Copy link
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
It seems that a similar error occurred as before.
~/workspace/arrow/cpp/src/arrow/flight/integration_tests/test_integration.cc:2090:57: error: missing field 'expiration_time' initializer [-Werror,-Wmissing-field-initializers]
auto endpoint = FlightEndpoint{{"reuse"}, {location}};Adding std::nullopt as expiration_time and "" as app_metadata for all calls to the FlightEndpoint constructor resolves the issue.
This can be detected when -DARROW_BUILD_BENCHMARKS=ON. I use m1 macbook.
Component(s)
FlightRPC
Reactions are currently unavailable