Repository: lens Updated Branches: refs/heads/master 2d64f6ca4 -> 9a39cd06b
LENS-1537 : Build failure fix Project: http://git-wip-us.apache.org/repos/asf/lens/repo Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/9a39cd06 Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/9a39cd06 Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/9a39cd06 Branch: refs/heads/master Commit: 9a39cd06b1fe5f7f18917e46846c32113e18a65a Parents: 2d64f6c Author: Rajitha R <[email protected]> Authored: Fri Sep 21 13:26:10 2018 +0530 Committer: Rajitha.R <[email protected]> Committed: Fri Sep 21 13:26:10 2018 +0530 ---------------------------------------------------------------------- .../src/main/resources/fact3-local-part.xml | 20 ++++++++++++++++++++ .../src/test/resources/yaml/sample-cube.yaml | 1 + 2 files changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lens/blob/9a39cd06/lens-examples/src/main/resources/fact3-local-part.xml ---------------------------------------------------------------------- diff --git a/lens-examples/src/main/resources/fact3-local-part.xml b/lens-examples/src/main/resources/fact3-local-part.xml index 05ed815..ba52c3f 100644 --- a/lens-examples/src/main/resources/fact3-local-part.xml +++ b/lens-examples/src/main/resources/fact3-local-part.xml @@ -1,4 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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. + +--> <x_partition_list xmlns="uri:lens:cube:0.1"> <partition fact_or_dimension_table_name="fact3" location="examples/data/fact3-local1" update_period="DAILY"> <non_time_partition_spec> http://git-wip-us.apache.org/repos/asf/lens/blob/9a39cd06/lens-examples/src/test/resources/yaml/sample-cube.yaml ---------------------------------------------------------------------- diff --git a/lens-examples/src/test/resources/yaml/sample-cube.yaml b/lens-examples/src/test/resources/yaml/sample-cube.yaml index 5ccc1af..6aa74bd 100644 --- a/lens-examples/src/test/resources/yaml/sample-cube.yaml +++ b/lens-examples/src/test/resources/yaml/sample-cube.yaml @@ -33,6 +33,7 @@ dimAttributes: startTime: 2013-12-01T00:00:00 dim3: type: INT dim4: tags:, category: primary, is_ui_visible: true, type: BIGINT + nonTimeDim: type: STRING expressions: expr_msr5: exprSpec:
