zhaoyongjie commented on a change in pull request #15318:
URL: https://github.com/apache/superset/pull/15318#discussion_r656789078
##########
File path: tests/core_tests.py
##########
@@ -999,7 +1000,8 @@ def test_explore_json_dist_bar_order(self):
SELECT count(name) AS count_name, count(ds) AS count_ds
FROM birth_names
WHERE ds >= '1921-01-22 00:00:00.000000' AND ds < '2021-01-22
00:00:00.000000'
- GROUP BY name ORDER BY count_name DESC, count_ds DESC
Review comment:
For the distributed bar only a single metric can be sorted.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]