AlenkaF commented on code in PR #45743:
URL: https://github.com/apache/arrow/pull/45743#discussion_r1989127748
##########
python/pyarrow/src/arrow/python/deserialize.cc:
##########
@@ -321,183 +321,5 @@ Status DeserializeSet(PyObject* context, const Array&
array, int64_t start_idx,
out);
}
Review Comment:
`SparseTensorCounts` is exposed and defined in
[libarrow_python.pxd](https://github.com/apache/arrow/blob/b3d218c819283bafe973dc7deb5214324f4a68b2/python/pyarrow/includes/libarrow_python.pxd#L219)
though not used anywhere except in the removed `GetSerializedFromComponents`.
Should it also be deprecated first?
--
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]