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)