wgtmac opened a new pull request, #34548: URL: https://github.com/apache/arrow/pull/34548
### Rationale for this change `ORC_UNIQUE_PTR` is used to wrap `std::auto_ptr` and `std::unique_ptr` before wide adoption of C++11 in the Apache ORC C++ library. Now the library has adopted C++17 already and this macro has been deprecated. ### What changes are included in this PR? Replace `ORC_UNIQUE_PTR` with `std::unique_ptr`. ### Are these changes tested? Make sure all tests pass. ### Are there any user-facing changes? No. -- 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]
