Istvan Toth created PHOENIX-6004:
------------------------------------

             Summary: 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


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