You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Xinyi Yan (Jira)" <ji...@apache.org> on 2020/10/27 19:36:00 UTC

[jira] [Commented] (PHOENIX-6148) [SchemaExtractionTool]DDL parsing exception in Phoenix in view name

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

Xinyi Yan commented on PHOENIX-6148:
------------------------------------

Adding fix version to 4.16.1 and 4.17.0 for now, but feel free to change to 4.16.0 if you want in 4.16.

> [SchemaExtractionTool]DDL parsing exception in Phoenix in view name
> -------------------------------------------------------------------
>
>                 Key: PHOENIX-6148
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6148
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Swaroopa Kadam
>            Assignee: Swaroopa Kadam
>            Priority: Major
>         Attachments: PHOENIX-6148.4.x.patch, PHOENIX-6148.patch
>
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> 584 org.apache.phoenix.exception.PhoenixParserException: ERROR 601 (42P00): Syntax error. Encountered ".0" at line 1, column 28.
> 585     at org.apache.phoenix.exception.PhoenixParserException.newException(PhoenixParserException.java:33)
> 586     at org.apache.phoenix.parse.SQLParser.parseStatement(SQLParser.java:111)
> Seeing this when parsing create view statement generated from SchemaExtractionTool as below: 
> CREAT VIEW TEST.04KA AS SELECT * FROM TEST.TABLE_NAME;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)