You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by GitBox <gi...@apache.org> on 2018/09/28 05:17:12 UTC

[GitHub] narahari92 commented on issue #268: KYLIN-3594 Obey JDBC standard

narahari92 commented 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" 
   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"

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services