lidavidm commented on pull request #12669:
URL: https://github.com/apache/arrow/pull/12669#issuecomment-1076731369
It looks like there's a few more deprecations to take care of:
```
/Users/runner/work/arrow/arrow/cpp/src/arrow/flight/types.cc
/Users/runner/work/arrow/arrow/cpp/src/arrow/flight/types.cc:414:32: error:
'Next' is deprecated: Deprecated in 8.0.0. Use Result-returning overload
instead. [-Werror,-Wdeprecated-declarations]
RETURN_NOT_OK(delegate_->Next(&next));
^
/Users/runner/work/arrow/arrow/cpp/src/arrow/flight/types.h:539:3: note:
'Next' has been explicitly marked deprecated here
ARROW_DEPRECATED("Deprecated in 8.0.0. Use Result-returning overload
instead.")
^
/Users/runner/work/arrow/arrow/cpp/src/arrow/util/macros.h:113:48: note:
expanded from macro 'ARROW_DEPRECATED'
# define ARROW_DEPRECATED(...) __attribute__((deprecated(__VA_ARGS__)))
^
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]