Skip to content

Commit

Permalink
fix: Adhere to series limit ordering for prequery (apache#17388)
Browse files Browse the repository at this point in the history
Co-authored-by: John Bodley <john.bodley@airbnb.com>
  • Loading branch information
2 people authored and bwang221 committed Feb 10, 2022
1 parent a269037 commit e4d822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/sqla/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ def get_sqla_query( # pylint: disable=too-many-arguments,too-many-locals,too-ma
self._get_series_orderby(
series_limit_metric, metrics_by_name, columns_by_name,
),
False,
not order_desc,
)
]

Expand Down

0 comments on commit e4d822e

Please sign in to comment.