clintropolis commented on a change in pull request #7381: Add documentation for 
Druid native query in SQL view of web console
URL: https://github.com/apache/incubator-druid/pull/7381#discussion_r270589496
 
 

 ##########
 File path: docs/content/operations/druid-console.md
 ##########
 @@ -86,5 +86,8 @@ The data servers tab lets you see the current status of the 
historical nodes and
 
 The SQL view lets you issue direct DruidSQL queries and display the results as 
a simple table. Note that despite the name this view also allows you to enter 
native Druid queries in Hjson format.
 
-![sql](./img/09-sql.png)
+![sql](./img/09-sql-1.png)
 
+The SQL view allows you to issue Druid's native query which is JSON over HTTP. 
To send Druid native query, you must start your query with { and in the format 
of JSON.
 
 Review comment:
   nit:
   >... issue Druid's native query which is JSON over HTTP. To send Druid 
native ...
   
   This might read a bit smoother as "... issue queries in Druid's native query 
format, which is JSON over HTTP. To send a Druid native ..."

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to