raulcd commented on code in PR #46618:
URL: https://github.com/apache/arrow/pull/46618#discussion_r2111994340
##########
python/pyarrow/src/arrow/python/helpers.h:
##########
@@ -44,10 +44,14 @@ class OwnedRef;
ARROW_PYTHON_EXPORT std::shared_ptr<DataType> GetPrimitiveType(Type::type
type);
// \brief Construct a np.float16 object from a npy_half value.
+ARROW_DEPRECATED("Deprecated in 21.0.0. Will be removed in 23.0.0")
Review Comment:
I wasn't sure about whether we should deprecate it or not. Happy to remove
it, I've done so.
--
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]