Re: Phoenix Query Server and/or Avatica Bug and/or My Misunderstanding

2016-02-16 Thread Josh Elser
Hi Steve, Sorry for the delayed response. Putting the "payload" (json or protobuf) into the POST instead of the header should be the 'recommended' way forward to avoid the limit as you ran into [1]. I think Phoenix >=4.6 was using Calcite-1.4, but my memory might be failing me. Regarding

Phoenix Query Server and/or Avatica Bug and/or My Misunderstanding

2016-02-04 Thread Steve Terrell
I can query Phoenix by doing something like this: curl -v -XPOST -H 'request: {"request":"prepareAndExecute","connectionId":"aaa","sql":"select * from CAT_MAP"}' http://10.0.100.57:8765/ However, I am unable to make such a request in Javascript in my web page because the POST method, along with