You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/11/02 15:00:46 UTC

[GitHub] ligadata-mkhalawi opened a new issue #6268: can't export to csv if query contains case statement

ligadata-mkhalawi opened a new issue #6268: can't export to csv if query contains case statement
URL: https://github.com/apache/incubator-superset/issues/6268
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   
   ### Superset version
   
   
   ### Expected results
   If the query ran successfully, then I can export the result normally to CSV
   
   ### Actual results
   Query execute successfully, but the "Export to CSV" return 
   Internal Server Error
   
   ### Steps to reproduce
   Write any query that contains "case statement", the query will execute successfully, but the export to csv will fail!!
   ex. select case when c1 like '%somthing%' then 'somthing else 'nothing' end as c2 from table.
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org