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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]