You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/04/23 12:03:51 UTC

[GitHub] [druid] vaibhav-imply opened a new issue #9753: Native json qury runs even on non-existent druid datasource

vaibhav-imply opened a new issue #9753:
URL: https://github.com/apache/druid/issues/9753


   Native json query runs even on non-existent druid datasource  
   
   **Steps to reproduce** 
   1. Run a native druid JSON query on any datasource of your wish which is not present in the cluster.
   2. You would see the query runs without result, rather throwing the error ( dataSource Not found )
   
   
   Druid SQL understand well and throws table/datasource not found an error .
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] jihoonson commented on issue #9753: Native json qury runs even on non-existent druid datasource

Posted by GitBox <gi...@apache.org>.
jihoonson commented on issue #9753:
URL: https://github.com/apache/druid/issues/9753#issuecomment-618521449


   This seems like an intended behavior rather than a bug. In Druid, datasource can be thought as a label for segments. That means, Druid doesn't do anything with datasource, but only cares whether there are segments to query.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org