jacobtolar commented on a change in pull request #11642:
URL: https://github.com/apache/druid/pull/11642#discussion_r743140878
##########
File path: docs/tutorials/tutorial-query.md
##########
@@ -216,7 +216,13 @@ Retrieved 10 rows in 0.06s.
### Query SQL over HTTP
-You can submit queries directly to the Druid Broker over HTTP.
+You can submit native queries [directly to the Druid Broker over
HTTP](../querying/sql.md#http-post). The request body should be a JSON object,
with the value for the key `query` containing text of the query:
+
+```json
+{
+ "query": "SELECT ..."
Review comment:
👍
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]