You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2018/11/14 00:51:07 UTC

[incubator-druid] branch master updated: Fix smile query documentation (#6620)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ebdce2  Fix smile query documentation (#6620)
2ebdce2 is described below

commit 2ebdce20b1797858f8b20144eabfb46e3574f3e0
Author: Niketh Sabbineni <ni...@gmail.com>
AuthorDate: Tue Nov 13 16:51:02 2018 -0800

    Fix smile query documentation (#6620)
---
 docs/content/querying/querying.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/querying/querying.md b/docs/content/querying/querying.md
index 1fdb49d..59de93f 100644
--- a/docs/content/querying/querying.md
+++ b/docs/content/querying/querying.md
@@ -39,7 +39,7 @@ Druid's native query language is JSON over HTTP, although many members of the co
 The Content-Type/Accept Headers can also take 'application/x-jackson-smile'.
 
  ```bash
- curl -X POST '<queryable_host>:<port>/druid/v2/?pretty' -H 'Content-Type:application/json' -H 'Accept:x-jackson-smile' -d @<query_json_file>
+ curl -X POST '<queryable_host>:<port>/druid/v2/?pretty' -H 'Content-Type:application/json' -H 'Accept:application/x-jackson-smile' -d @<query_json_file>
  ```
 
 Note: If Accept header is not provided, it defaults to value of 'Content-Type' header.


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