You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/09/24 15:43:00 UTC

[jira] [Created] (KYLIN-3587) Null value is used in IllegalStateException message

Ted Yu created KYLIN-3587:
-----------------------------

             Summary: Null value is used in IllegalStateException message
                 Key: KYLIN-3587
                 URL: https://issues.apache.org/jira/browse/KYLIN-3587
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu


In ProjectManager :
{code}
                TableDesc table = metaMgr.getTableDesc(tableId, projectName);
                if (table == null) {
                    throw new IllegalStateException("Cannot find table '" + table + "' in metadata manager");
{code}
Since table is null, the exception message is not helpful.
It seems including tableId in the message is better.



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