[
https://issues.apache.org/jira/browse/CALCITE-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Dimiduk updated CALCITE-696:
---------------------------------
Component/s: avatica
Bulk edit assigning avatica component to obvious issues.
> Avatica should sent payload in message body, not header
> -------------------------------------------------------
>
> Key: CALCITE-696
> URL: https://issues.apache.org/jira/browse/CALCITE-696
> Project: Calcite
> Issue Type: Improvement
> Components: avatica
> Reporter: Nick Dimiduk
>
> This one is pretty surprising; noticed while playing around with the server
> with curl. We're reading the request payload off of the {{request}} header
> rather than from the request payload. For example, this is required:
> {noformat}
> curl -XPOST \
> -H 'request:
> {"request":"prepareAndExecute","connectionId":"3b0f3231-47d2-45f0-9aba-1f317955beaa","sql":"select
> * from WEB_STAT","maxRowCount":-1}' \
> http://localhost:8765/
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)