jorisvandenbossche commented on code in PR #35017:
URL: https://github.com/apache/arrow/pull/35017#discussion_r1162382958


##########
python/pyarrow/tests/test_table.py:
##########
@@ -1989,6 +1989,7 @@ def test_table_select():
     assert result.equals(expected)
 
 
[email protected]
 def test_table_group_by():

Review Comment:
   There are some other `join` tests in this file marked with 
`pytest.mark.dataset` that can then be changed to "acero"



##########
python/pyarrow/tests/test_acero.py:
##########
@@ -46,6 +49,7 @@ def table_source():
     return table_source
 
 
[email protected]

Review Comment:
   You can put a single `pytestmark = pytest.mark.acero` before the the first 
test to mark the whole file at once



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

Reply via email to