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/08/09 18:04:14 UTC

[GitHub] betodealmeida opened a new pull request #5597: No exception on no data

betodealmeida opened a new pull request #5597: No exception on no data
URL: https://github.com/apache/incubator-superset/pull/5597
 
 
   When trying to replicate a bug I found out to the backend is raising exceptions when no data is returned, both in Druid (explicitly) and in SQLAlchemy (iterating over a `cursor.description` that is `None`).
   
   I think the SQLAlchemy bug happens only in conjunction with the `druid` backend, and I recently fixed it (https://github.com/druid-io/pydruid/pull/133/). But it's better to be on the safe side here.

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