AlenkaF commented on code in PR #36977:
URL: https://github.com/apache/arrow/pull/36977#discussion_r1300921070
##########
python/pyarrow/tests/test_compute.py:
##########
@@ -210,7 +210,12 @@ def test_option_class_equality():
buf = option.serialize()
deserialized = pc.FunctionOptions.deserialize(buf)
assert option == deserialized
- assert repr(option) == repr(deserialized)
+ # TODO remove the check under if
+ # when the deprecated class CumulativeSumOptions is removed.
Review Comment:
```suggestion
# TODO remove the check under the if statement
# when the deprecated class CumulativeSumOptions is removed.
```
--
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]