Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-vbudati committed Dec 12, 2024
1 parent ede532c commit 5a0e0e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ast/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,6 @@ def decode_expr(self, expr: proto.Expr) -> Any:
exprs = self.decode_col_exprs(
expr.sp_relational_grouped_dataframe_agg.exprs.args
)
# Check whether exprs is a list before using the * operator since exprs can be a Column.
if expr.sp_relational_grouped_dataframe_agg.exprs.variadic is True:
return grouped_df.agg(*exprs)
else:
Expand Down

0 comments on commit 5a0e0e7

Please sign in to comment.