Repository: kylin Updated Branches: refs/heads/master 4e8ed97d1 -> 6ed643bfa
KYLIN-1922 fix CI Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/6ed643bf Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6ed643bf Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/6ed643bf Branch: refs/heads/master Commit: 6ed643bfaa0f571aa2ab538c0d011c293174c987 Parents: 4e8ed97 Author: Hongbin Ma <mahong...@apache.org> Authored: Tue Sep 13 09:41:07 2016 +0800 Committer: Hongbin Ma <mahong...@apache.org> Committed: Tue Sep 13 09:41:07 2016 +0800 ---------------------------------------------------------------------- kylin-it/src/test/resources/query/sql/query45.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/6ed643bf/kylin-it/src/test/resources/query/sql/query45.sql ---------------------------------------------------------------------- diff --git a/kylin-it/src/test/resources/query/sql/query45.sql b/kylin-it/src/test/resources/query/sql/query45.sql index 0c78657..7b55443 100644 --- a/kylin-it/src/test/resources/query/sql/query45.sql +++ b/kylin-it/src/test/resources/query/sql/query45.sql @@ -18,6 +18,6 @@ -select seller_id, sum(price) from test_kylin_fact +select seller_id, sum(price) as s from test_kylin_fact where lstg_format_name='FP-GTC' group by seller_id limit 20