[
https://issues.apache.org/jira/browse/KYLIN-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16223785#comment-16223785
]
liyang commented on KYLIN-2837:
-------------------------------
Thanks Jrex. Patch is merged.
https://github.com/apache/kylin/commit/206789289af0c75569af505c732a3d0b8fed1cd5
> Ineffective call to toUpperCase() in MetadataManager
> ----------------------------------------------------
>
> Key: KYLIN-2837
> URL: https://issues.apache.org/jira/browse/KYLIN-2837
> Project: Kylin
> Issue Type: Bug
> Reporter: Ted Yu
> Priority: Minor
>
> {code}
> public TableDesc getTableDesc(String tableName, String prj) {
> if (tableName.indexOf(".") < 0)
> tableName = "DEFAULT." + tableName;
> tableName.toUpperCase();
> {code}
> The call to toUpperCase() is ineffective.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)