presto-python-client icon indicating copy to clipboard operation
presto-python-client copied to clipboard

Add support for PREPARE statement

Open ggreg opened this issue 8 years ago • 2 comments

  • When the client sends a query with a PREPARE statement, the coordinator replies with a HTTP header X-Presto-Added-Prepare
  • The client is then expected to send further requests with the HTTP header X-Presto-Prepared-Statement for example X-Presto-Prepared-Statement: my_select=SELECT+*%0AFROM%0A++some_table%0A

ggreg avatar Jan 31 '17 18:01 ggreg

Is this the same as https://github.com/prestodb/presto/pull/10673 ?

elgalu avatar Jun 05 '18 06:06 elgalu

Do you have any work planned in this topic?

pgrz avatar May 23 '22 09:05 pgrz