Skip to content

Commit

Permalink
Update datafusion/tests/test_aggregation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Liang-Chi Hsieh <[email protected]>
  • Loading branch information
jiangzhx and viirya authored Oct 11, 2023
1 parent 658e064 commit d7ac9ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/tests/test_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def test_built_in_aggregation(df):
],
)
result = agg_df.collect()[0]
print(df.collect()[0])
values_a, values_b, values_c, values_d = df.collect()[0]

assert result.column(0) == pa.array([2], type=pa.uint64())
Expand Down

0 comments on commit d7ac9ed

Please sign in to comment.