You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2015/04/02 02:29:53 UTC

[jira] [Created] (PHOENIX-1799) Provide parameter metadata for prepared create table statements

Nick Dimiduk created PHOENIX-1799:
-------------------------------------

             Summary: Provide parameter metadata for prepared create table statements
                 Key: PHOENIX-1799
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1799
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Nick Dimiduk


While working on PHOENIX-971, I ran into an issue in our IT code where we support prepared CREATE TABLE statements with bound parameters. It seems we don't provide any ParameterMetaData, other than knowledge about the number of bind slots. In turn, Calcite is unable to describe the statement's signature over RPC. This ticket proposes we infer ParameterMetaData for this statement case so that we can allow all tests to run vs the query server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)