You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/12/23 01:57:42 UTC

[kylin] branch master updated: KYLIN-3724 Kylin IT test sql is unreasonable

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bf0063   KYLIN-3724 Kylin IT test sql is unreasonable
9bf0063 is described below

commit 9bf0063a486150b1fc742393dd7dabe7bcfecdb2
Author: hit-lacus <hi...@126.com>
AuthorDate: Tue Dec 18 12:55:21 2018 +0800

     KYLIN-3724 Kylin IT test sql is unreasonable
---
 kylin-it/src/test/resources/query/sql_distinct_precisely/query02.sql | 2 +-
 kylin-it/src/test/resources/query/sql_distinct_precisely/query04.sql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kylin-it/src/test/resources/query/sql_distinct_precisely/query02.sql b/kylin-it/src/test/resources/query/sql_distinct_precisely/query02.sql
index 11418d1..44abae2 100644
--- a/kylin-it/src/test/resources/query/sql_distinct_precisely/query02.sql
+++ b/kylin-it/src/test/resources/query/sql_distinct_precisely/query02.sql
@@ -23,4 +23,4 @@ select lstg_format_name,
  from test_kylin_fact
  where lstg_format_name='FP-GTC'
  group by lstg_format_name
- having count(distinct seller_id) > 50
+ having user_count > 50
diff --git a/kylin-it/src/test/resources/query/sql_distinct_precisely/query04.sql b/kylin-it/src/test/resources/query/sql_distinct_precisely/query04.sql
index 649c758..2bd4d26 100644
--- a/kylin-it/src/test/resources/query/sql_distinct_precisely/query04.sql
+++ b/kylin-it/src/test/resources/query/sql_distinct_precisely/query04.sql
@@ -33,4 +33,4 @@ select test_cal_dt.cal_dt,sum(test_kylin_fact.price) as GMV
  where test_kylin_fact.lstg_format_name='FP-GTC'
  and test_cal_dt.cal_dt between DATE '2013-05-01' and DATE '2013-08-01'
  group by test_cal_dt.cal_dt
- having count(distinct seller_id) > 2
+ having user_count > 2