jorisvandenbossche commented on a change in pull request #9780:
URL: https://github.com/apache/arrow/pull/9780#discussion_r609600279



##########
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:
       Updated the test now




-- 
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]


Reply via email to