You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/09/22 20:41:20 UTC

[jira] [Created] (CALCITE-1384) Add freemarker templates to parser for "ALTER SYSTEM ..." calls

James Taylor created CALCITE-1384:
-------------------------------------

             Summary: Add freemarker templates to parser for "ALTER SYSTEM ..." calls
                 Key: CALCITE-1384
                 URL: https://issues.apache.org/jira/browse/CALCITE-1384
             Project: Calcite
          Issue Type: Improvement
            Reporter: James Taylor
            Assignee: Julian Hyde


In Phoenix, we'd like to add some Phoenix-specific commands in support of our UDF implementation. For example, we'd like to add commands like to manage the jars containing the implementation of the UDFs (see this[1] comment):
- {{ALTER SYSTEM ADD JAR ...}}
- {{ALTER SYSTEM LIST JARS}}

To accomplish this, we need to add freemarker templates to parser for "ALTER SYSTEM ..." calls and then leverage these templates in Phoenix.

[1] https://issues.apache.org/jira/browse/PHOENIX-3242?focusedCommentId=15512529&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15512529



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