You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/04/15 21:50:21 UTC

[47/50] [abbrv] incubator-lens git commit: LENS-507 : Fix example failures (amareshwari)

LENS-507 : Fix example failures (amareshwari)


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/e3486e03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/e3486e03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/e3486e03

Branch: refs/heads/current-release-line
Commit: e3486e03a932af0abcc83dbdacce3768a0b9f00d
Parents: 9b97c19
Author: Amareshwari Sriramadasu <am...@apache.org>
Authored: Wed Apr 15 05:49:29 2015 -0500
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Wed Apr 15 05:49:29 2015 -0500

----------------------------------------------------------------------
 lens-examples/src/main/resources/sample-cube.xml              | 2 +-
 lens-examples/src/main/resources/sample-db-only-dimension.xml | 2 +-
 lens-examples/src/main/resources/sample-dimension.xml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/e3486e03/lens-examples/src/main/resources/sample-cube.xml
----------------------------------------------------------------------
diff --git a/lens-examples/src/main/resources/sample-cube.xml b/lens-examples/src/main/resources/sample-cube.xml
index 8e35cc8..f24a8cc 100644
--- a/lens-examples/src/main/resources/sample-cube.xml
+++ b/lens-examples/src/main/resources/sample-cube.xml
@@ -33,7 +33,7 @@
   <dim_attributes>
     <dim_attribute name="dim1" type="INT"/>
     <dim_attribute name="dim2" type="INT" start_time='2013-12-01-00:00'/>
-    <dim_attribute name="dim3" type="INT">
+    <dim_attribute name="dim3" type="INT" join_key="true">
       <ref_spec>
         <table_references>
           <table_reference table="sample_dim" column="id"/>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/e3486e03/lens-examples/src/main/resources/sample-db-only-dimension.xml
----------------------------------------------------------------------
diff --git a/lens-examples/src/main/resources/sample-db-only-dimension.xml b/lens-examples/src/main/resources/sample-db-only-dimension.xml
index e7a0b37..63a8bf8 100644
--- a/lens-examples/src/main/resources/sample-db-only-dimension.xml
+++ b/lens-examples/src/main/resources/sample-db-only-dimension.xml
@@ -25,7 +25,7 @@
     <dim_attribute name="id" type="INT"/>
     <dim_attribute name="name" type="STRING"/>
     <dim_attribute name="detail" type="STRING" start_time='2013-12-01-00:00'/>
-    <dim_attribute name="d2id" type="INT" start_time='2013-12-01-00:00'>
+    <dim_attribute name="d2id" type="INT" start_time='2013-12-01-00:00' join_key="true">
       <ref_spec>
         <table_references>
           <table_reference table="sample_dim2" column="id"/>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/e3486e03/lens-examples/src/main/resources/sample-dimension.xml
----------------------------------------------------------------------
diff --git a/lens-examples/src/main/resources/sample-dimension.xml b/lens-examples/src/main/resources/sample-dimension.xml
index a3c7cd4..af4ab21 100644
--- a/lens-examples/src/main/resources/sample-dimension.xml
+++ b/lens-examples/src/main/resources/sample-dimension.xml
@@ -25,7 +25,7 @@
     <dim_attribute name="id" type="INT"/>
     <dim_attribute name="name" type="STRING"/>
     <dim_attribute name="detail" type="STRING" start_time='2013-12-01-00:00'/>
-    <dim_attribute name="d2id" type="INT" start_time='2013-12-01-00:00'>
+    <dim_attribute name="d2id" type="INT" start_time='2013-12-01-00:00' join_key="true">
       <ref_spec>
         <table_references>
           <table_reference table="sample_dim2" column="id"/>