[ 
https://issues.apache.org/jira/browse/DRILL-7167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmytriy Grinchenko updated DRILL-7167:
--------------------------------------
    Description: 
DESCRIBE dfs.tmp.`table` - works fine 

DESCRIBE TABLE dfs.tmp.`table` - fails with error:
{code:java}
Error: PARSE ERROR: org.apache.calcite.sql.SqlBasicCall cannot be cast to 
org.apache.calcite.sql.SqlIdentifier
{code}

DESCRIBE TABLE should work the same as DESCRIBE;


  was:
DESCRIBE dfs.tmp.`table` - works fine 

DESCRIBE TABLE dfs.tmp.`table` - fails with error:
{code:java}
//todo
{code}

DESCRIBE TABLE should work the same as DESCRIBE;



> DESCRIBE TABLE statement is not implemented 
> --------------------------------------------
>
>                 Key: DRILL-7167
>                 URL: https://issues.apache.org/jira/browse/DRILL-7167
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Dmytriy Grinchenko
>            Assignee: Dmytriy Grinchenko
>            Priority: Major
>              Labels: doc-impacting
>             Fix For: 1.17.0
>
>
> DESCRIBE dfs.tmp.`table` - works fine 
> DESCRIBE TABLE dfs.tmp.`table` - fails with error:
> {code:java}
> Error: PARSE ERROR: org.apache.calcite.sql.SqlBasicCall cannot be cast to 
> org.apache.calcite.sql.SqlIdentifier
> {code}
> DESCRIBE TABLE should work the same as DESCRIBE;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to