vibhatha commented on code in PR #36748:
URL: https://github.com/apache/arrow/pull/36748#discussion_r1273241486
##########
python/pyarrow/tests/test_acero.py:
##########
@@ -196,6 +196,11 @@ def test_aggregate_scalar(table_source):
with pytest.raises(ValueError, match="is a hash aggregate function"):
_ = decl.to_table()
+ aggr_opts = AggregateNodeOptions([("a", "hash_list", None, "a_list")])
+ decl = Declaration.from_sequence(
+ [table_source, Declaration("aggregate", aggr_opts)]
+ )
Review Comment:
I have made a mistake here. I just added the remaineder of the test case I
expected.
--
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]