[
https://issues.apache.org/jira/browse/PHOENIX-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15188373#comment-15188373
]
Kaide Mu commented on PHOENIX-2228:
-----------------------------------
Hi, [~rajeshbabu]. I'm way clearer, thank you so much.
I'll proceed with 1), for 2) I'll try to understand SqlSelect and SqlCreateView
and once I finished part 1), I'll discuss with you in detail, although are
those jj_X of PhoenixParserImp identifiers for tokens? And if there's no
existing identifier should I create them for CreateTable or just proceed as
SqlCreateView in the following way?
{code:java}
jj_consume_token(CREATE);
pos = getPos();
jj_consume_token(VIEW);
name = CompoundIdentifier();
jj_consume_token(AS);
query = OrderedQueryOrExpr(ExprContext.ACCEPT_QUERY);
{code}
In addition, part 3) when you mean PhoenixParserImpl, do you mean instead
PhoenixPrepareImpl? Because I cannot find any executeDdl in the first one.
> Support CREATE TABLE in Phoenix-Calcite Integration
> ---------------------------------------------------
>
> Key: PHOENIX-2228
> URL: https://issues.apache.org/jira/browse/PHOENIX-2228
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Maryann Xue
> Assignee: Rajeshbabu Chintaguntla
> Labels: calcite
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)