You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/04/08 11:55:47 UTC

[05/35] kylin git commit: minor, move 1 distinct sql file to h2_uncapable

minor, move 1 distinct sql file to h2_uncapable


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/997d4298
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/997d4298
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/997d4298

Branch: refs/heads/master-hbase0.98
Commit: 997d4298e506b75b93e75d8410f8ab2471975a03
Parents: 9e03c71
Author: Roger Shi <ro...@hotmail.com>
Authored: Tue Mar 28 15:59:44 2017 +0800
Committer: Roger Shi <ro...@hotmail.com>
Committed: Tue Mar 28 16:02:45 2017 +0800

----------------------------------------------------------------------
 .../resources/query/sql_distinct/query08.sql    | 24 --------------------
 .../query/sql_h2_uncapable/query05.sql          | 24 ++++++++++++++++++++
 2 files changed, 24 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/997d4298/kylin-it/src/test/resources/query/sql_distinct/query08.sql
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/resources/query/sql_distinct/query08.sql b/kylin-it/src/test/resources/query/sql_distinct/query08.sql
deleted file mode 100644
index 60f02e7..0000000
--- a/kylin-it/src/test/resources/query/sql_distinct/query08.sql
+++ /dev/null
@@ -1,24 +0,0 @@
---
--- Licensed to the Apache Software Foundation (ASF) under one
--- or more contributor license agreements.  See the NOTICE file
--- distributed with this work for additional information
--- regarding copyright ownership.  The ASF licenses this file
--- to you under the Apache License, Version 2.0 (the
--- "License"); you may not use this file except in compliance
--- with the License.  You may obtain a copy of the License at
---
---     http://www.apache.org/licenses/LICENSE-2.0
---
--- Unless required by applicable law or agreed to in writing, software
--- distributed under the License is distributed on an "AS IS" BASIS,
--- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
--- See the License for the specific language governing permissions and
--- limitations under the License.
---
-
-select cal_dt,
- sum(price) as GMV, 
- count(1) as TRANS_CNT, 
- count(distinct seller_id, lstg_format_name) as DIST_SELLER_FORMAT
- from test_kylin_fact 
- group by cal_dt

http://git-wip-us.apache.org/repos/asf/kylin/blob/997d4298/kylin-it/src/test/resources/query/sql_h2_uncapable/query05.sql
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/resources/query/sql_h2_uncapable/query05.sql b/kylin-it/src/test/resources/query/sql_h2_uncapable/query05.sql
new file mode 100644
index 0000000..60f02e7
--- /dev/null
+++ b/kylin-it/src/test/resources/query/sql_h2_uncapable/query05.sql
@@ -0,0 +1,24 @@
+--
+-- Licensed to the Apache Software Foundation (ASF) under one
+-- or more contributor license agreements.  See the NOTICE file
+-- distributed with this work for additional information
+-- regarding copyright ownership.  The ASF licenses this file
+-- to you under the Apache License, Version 2.0 (the
+-- "License"); you may not use this file except in compliance
+-- with the License.  You may obtain a copy of the License at
+--
+--     http://www.apache.org/licenses/LICENSE-2.0
+--
+-- Unless required by applicable law or agreed to in writing, software
+-- distributed under the License is distributed on an "AS IS" BASIS,
+-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+-- See the License for the specific language governing permissions and
+-- limitations under the License.
+--
+
+select cal_dt,
+ sum(price) as GMV, 
+ count(1) as TRANS_CNT, 
+ count(distinct seller_id, lstg_format_name) as DIST_SELLER_FORMAT
+ from test_kylin_fact 
+ group by cal_dt