You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/08 11:36:20 UTC

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #9780: ARROW-12058: [Python] Enable arithmetic operations on Expressions

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:
users@infra.apache.org