FrankChen021 commented on issue #10931:
URL: https://github.com/apache/druid/issues/10931#issuecomment-788527856


   The header should be `Accept:application/x-jackson-smile` according to the 
[doc](https://druid.apache.org/docs/latest/querying/querying.html)
   
   > The Content-Type/Accept Headers can also take 
'application/x-jackson-smile'.
   > ```
   >  curl -X POST '<queryable_host>:<port>/druid/v2/?pretty' -H 
'Content-Type:application/json' -H 'Accept:application/x-jackson-smile' -d 
@<query_json_file>
   > ```
   > > If the Accept header is not provided, it defaults to the value of 
'Content-Type' header.


----------------------------------------------------------------
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]



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

Reply via email to