Repository: kylin Updated Branches: refs/heads/testtemp [created] 44c341a74
KYLIN-1922 fix CI, again Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/44c341a7 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/44c341a7 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/44c341a7 Branch: refs/heads/testtemp Commit: 44c341a7459e3271afe38dd4bd21ae38dc891f43 Parents: 3c4537d Author: Hongbin Ma <mahong...@apache.org> Authored: Tue Sep 13 11:58:41 2016 +0800 Committer: Hongbin Ma <mahong...@apache.org> Committed: Tue Sep 13 11:58:41 2016 +0800 ---------------------------------------------------------------------- .../src/test/resources/query/sql/query45.sql | 23 -------------------- 1 file changed, 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/44c341a7/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 deleted file mode 100644 index d3cfb06..0000000 --- a/kylin-it/src/test/resources/query/sql/query45.sql +++ /dev/null @@ -1,23 +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 seller_id,lstg_format_name, sum(price) as s from test_kylin_fact - where lstg_format_name='FP-GTC' - group by seller_id,lstg_format_name