xhochy opened a new pull request #9542:
URL: https://github.com/apache/arrow/pull/9542
Renames our alias to `afpb` to not clash with `protobuf`'s definition.
Original error:
```
../src/arrow/flight/server.cc:63:11: error: redefinition of 'pb' as an alias
for a different namespace
namespace pb = arrow::flight::protocol;
^
/Users/uwe/mambaforge/conda-bld/arrow-cpp-ext_1613940663852/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol/include/google/protobuf/port.h:44:11:
note: previously defined as an alias for
'protobuf_future_namespace_placeholder'
namespace pb = ::protobuf_future_namespace_placeholder;
^
1 error generated.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]