narahari92 edited a comment on issue #268: KYLIN-3594 Obey JDBC standard
URL: https://github.com/apache/kylin/pull/268#issuecomment-425323609
 
 
   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"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to