You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/12 14:23:00 UTC

[jira] [Commented] (DRILL-7167) DESCRIBE TABLE statement is not implemented

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

ASF GitHub Bot commented on DRILL-7167:
---------------------------------------

dgrinchenko commented on pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement
URL: https://github.com/apache/drill/pull/1747
 
 
   JIRA [DRILL-7167](https://issues.apache.org/jira/browse/DRILL-7167).
   
   - altered parser implementation to honor DESCRIBE TABLE syntax
   - extended test coverage to check the new statement
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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)