michalgala edited a comment on issue #10218:
URL: 
https://github.com/apache/incubator-superset/issues/10218#issuecomment-675463072


   As a quick fix you could use:
   
   `sorted(list(gb + columns), key=list(gb + columns).index)`
   However, there might be some performance issues if you have many columns.
   
   OR
   
   `list(dict.fromkeys(list(gb + columns)).keys())`
   
   


----------------------------------------------------------------
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]

Reply via email to