lidavidm commented on a change in pull request #9780:
URL: https://github.com/apache/arrow/pull/9780#discussion_r601603276
##########
File path: python/pyarrow/tests/test_dataset.py
##########
@@ -472,6 +472,14 @@ def test_expression_boolean_operators():
not true
+def test_expression_arithmetic_operators():
+ field = ds.field("field")
+ field + 1
+ field - 1
+ field * 1
+ field / 1
Review comment:
Now that #9676 is merged, do you want to update the test?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]