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

Istvan Toth commented on PHOENIX-6004:
--------------------------------------

[~RichardAntal] has done most of the validation, and he communicated his 
findings to me privately.

> Metadata operations cannot filter on case-sensitive names
> ---------------------------------------------------------
>
>                 Key: PHOENIX-6004
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6004
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.1.0, 4.16.0
>            Reporter: Istvan Toth
>            Assignee: Richard Antal
>            Priority: Major
>
> The MetaData operations cannot filter on case-sensitive table, schema, 
> column, or catalog names.
> Looks like at least QueryUtil.getTablesStmt() misses the logic to detect and 
> handle the case-sensitive names 
> expected behaviour:
> {code:java}
> meta.getTables(null, null, "\"CamelCase\"", null){code}
> should find the table "CamelCase", instead of "CAMELCASE"



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

Reply via email to