shaofengshi closed pull request #402: KYLIN-3724 Kylin IT test sql is unreasonable URL: https://github.com/apache/kylin/pull/402
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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 11418d1e0f..44abae2de6 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 649c758052..2bd4d2613d 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 ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
