wjones127 commented on code in PR #35017:
URL: https://github.com/apache/arrow/pull/35017#discussion_r1163131675
##########
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:
In theory we could, but getting the checks like `not
isinstance(left_operand, (Table, ds.Dataset))` to work without datasets sounds
like it's more trouble than it's worth at the moment.
--
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]