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 2019/01/15 22:45:51 UTC

[GitHub] betodealmeida opened a new pull request #6695: Allow empty results in Hive (from SET, eg)

betodealmeida opened a new pull request #6695: Allow empty results in Hive (from SET, eg)
URL: https://github.com/apache/incubator-superset/pull/6695
 
 
   With the support for multi-statement queries (https://github.com/apache/incubator-superset/pull/6112), some Hive queries can now return no result. This is currently raising an exception in `cursor.fetchall()`.
   
   I added this to the Hive engine spec, but the expected behavior from `cursor.fetchall()` is correct here — it should raise an exception if `execute()` returned no rows. Should I move this to base class instead?

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