Please add below test also, just to cover the multiple table scenario. "select name, count(*) as cnt from defaultCatalog.test.kylin_sales inner join defaultCatalog.test.kylin_account ON kylin_sales.BUYER_ID=kylin_account.ACCOUNT_ID group by name" should become "select name, count(*) as cnt from test.kylin_sales inner join test.kylin_account ON kylin_sales.BUYER_ID=kylin_account.ACCOUNT_ID group by name"
[ Full content available at: https://github.com/apache/kylin/pull/268 ] This message was relayed via gitbox.apache.org for [email protected]
