raulcd commented on PR #35962:
URL: https://github.com/apache/arrow/pull/35962#issuecomment-1580929285
is the failure related?
```
/build/apache-arrow-13.0.0.dev186/cpp/src/arrow/flight/sql/server.cc:364:20:
error: could not convert ‘any.google::protobuf::Any::PackFrom((* & message))’
from ‘void’ to ‘bool’
364 | if (!any.PackFrom(message)) {
| ~~~~~~~~~~~~^~~~~~~~~
| |
| void
/build/apache-arrow-13.0.0.dev186/cpp/src/arrow/flight/sql/server.cc:364:20:
error: in argument to unary !
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]