Guoliang Sun created KYLIN-6050: ----------------------------------- Summary: Tables in the `default` Database Cannot Be Directly Queried When Only the Table Name Is Specified in the SQL Statement Key: KYLIN-6050 URL: https://issues.apache.org/jira/browse/KYLIN-6050 Project: Kylin Issue Type: Bug Affects Versions: 5.0.0 Reporter: Guoliang Sun
When querying a table in the `default` database by specifying only the table name in the SQL statement, and directly querying an internal table, the system fails to prepend `INTERNAL_CATALOG` to the table name. As a result, the query targets Hive data instead of the intended internal table. -- This message was sent by Atlassian Jira (v8.20.10#820010)