fjy closed pull request #6620: Fix smile query documentation URL: https://github.com/apache/incubator-druid/pull/6620
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/content/querying/querying.md b/docs/content/querying/querying.md index 1fdb49d7b42..59de93f21f6 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. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
