raulcd commented on code in PR #47270:
URL: https://github.com/apache/arrow/pull/47270#discussion_r2282000480


##########
python/pyarrow/tests/test_table.py:
##########
@@ -2983,10 +2983,10 @@ def test_table_group_by_first():
     table2 = pa.table({'a': [1, 2, 3, 4], 'b': ['b', 'a'] * 2})
     table = pa.concat_tables([table1, table2])
 
-    with pytest.raises(NotImplementedError):
-        table.group_by("b").aggregate([("a", "first")])
+    # with pytest.raises(NotImplementedError):
+    #     table.group_by("b").aggregate([("a", "first")])

Review Comment:
   Is this commented for any reason?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to