You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Stamatis Zampetakis (JIRA)" <ji...@apache.org> on 2019/05/08 13:49:01 UTC

[jira] [Comment Edited] (CALCITE-3038) DESCRIBE throws exception when table name is non-reserved keyword

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

Stamatis Zampetakis edited comment on CALCITE-3038 at 5/8/19 1:48 PM:
----------------------------------------------------------------------

I guess the best place to document this would be the [website |https://calcite.apache.org/docs/reference.html] so go ahead if you feel like it. 

Regarding this issue, I think we can mark it as resolved. What do you think?


was (Author: zabetak):
I guess the best place to document this would be the [website |http://example.com]https://calcite.apache.org/docs/reference.html] so go ahead if you feel like it. 

Regarding this issue, I think we can mark it as resolved. What do you think?

> DESCRIBE throws exception when table name is non-reserved keyword
> -----------------------------------------------------------------
>
>                 Key: CALCITE-3038
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3038
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Rui Li
>            Priority: Major
>
> For example, suppose I have a table named {{source}}. {{DESCRIBE source}} throws exception:
> {noformat}
> CalciteException: Non-query expression encountered in illegal context
> {noformat}
> Not sure if this behavior is intended. But if a user is allowed to create a table named {{source}} w/o quoting it, it seems strange to require quoting when describe the table.



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