nbonnotte opened a new issue #5373: Random column order with Table View URL: https://github.com/apache/incubator-superset/issues/5373 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if any - [x] I have reproduced the issue with at least the latest released version of superset - [x] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version `{"GIT_SHA": "b480cb344433d58d41594dca171e90287c57dc4a", "version": "0.26.3"}` ### Expected results The order of columns should match the order set in the `GROUP BY` section It used to be like this with version <0.26 ### Actual results The order is random, and changes completely when new columns are added. It seems though that the same columns will always be in the same random order. But that order changed when upgrading from 0.26.0 to 0.26.3, so my users start complaining :( 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
