Skip to content

Commit

Permalink
take away order
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Chen authored and Rachel Chen committed Feb 11, 2025
1 parent d061eee commit b03e3e8
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@ def _convert_order_by(
expression=aggregation_to_expression(x.column.aggregation),
)
)
elif x.column.HasField("conditional_aggregation"):
res.append(
OrderBy(
direction=direction,
expression=aggregation_to_expression(
x.column.conditional_aggregation
),
)
)
elif x.column.HasField("formula"):
res.append(
OrderBy(
Expand Down

0 comments on commit b03e3e8

Please sign in to comment.