Nick Dimiduk created CALCITE-696:
------------------------------------
Summary: 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
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)