lilila edited a comment on issue #10218: URL: https://github.com/apache/incubator-superset/issues/10218#issuecomment-675389725
I found out the problem (at least for the table export) comes from this line : https://github.com/apache/incubator-superset/blob/ca9ca995109ee5251918b9df60980bffaf9b9a24/superset/viz.py#L325 The set function does not preserve the original order , I have seen this `list(set( .... ))` or `set(gb)` in many places in the viz.py file. Is there any better way to preserve unicity in columns and make sure there is no duplicate? ---------------------------------------------------------------- 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]
