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
Describe the bug, including details regarding any error messages, version, and platform.
It seems that a similar error occurred as before.
Adding
std::nulloptasexpiration_timeand""asapp_metadatafor all calls to theFlightEndpointconstructor resolves the issue.This can be detected when
-DARROW_BUILD_BENCHMARKS=ON. I use m1 macbook.Component(s)
FlightRPC