rumbin commented on issue #3043: SQL Lab error in exporting .csv when query has 
duplicately named columns
URL: 
https://github.com/apache/incubator-superset/issues/3043#issuecomment-337913864
 
 
   Cannot reproduce this in 0.20.4 and PostgreSQL as database. The columns in 
the CSV are even more precisely labeled, as you can see in the following 
comparison:
   
   superset 0.20.4:
   ```
   a,a__1
   a,a
   ```
   
   superset 0.15.4:
   ```
   a,a
   a,a
   ```
   
   @austenhead Can you confirm, and close the issue?

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

Reply via email to