wgtmac commented on code in PR #41345:
URL: https://github.com/apache/arrow/pull/41345#discussion_r1580452585
##########
docs/source/developers/cpp/building.rst:
##########
@@ -624,13 +624,6 @@ outputs like:
../src/arrow/ipc/ipc-read-write-test.cc:574 code:
writer->WriteRecordBatch(batch)
NotImplemented: Unable to convert type: decimal(19, 4)
-Deprecations and API Changes
-----------------------------
-
-We use the compiler definition ``ARROW_NO_DEPRECATED_API`` to disable APIs that
-have been deprecated. It is a good practice to compile third party applications
-with this flag to proactively catch and account for API changes.
Review Comment:
https://github.com/apache/arrow/blob/299eb26e8c22b4aad4876c9e3b52f9adde699a5c/cpp/src/arrow/util/macros.h#L136
Is the definition of `__COVERITY__` still used? I cannot find it anywhere
else. @kou
--
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]