-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30794/
-----------------------------------------------------------

Review request for lens and Jothi Padmanabhan.


Bugs: LENS-287
    https://issues.apache.org/jira/browse/LENS-287


Repository: lens


Description
-------

Changes include

- Reverted the change with respect to enumeration of column types, as creating 
complex types becoming too much verbose when putting in xml.
For example, If type map<int, arry<string>>, the xml representation is looking 
like the following :

<type>
  <map>
    <keyType>int</keyType>
    <valueType>
     <array>
       <elementType>
         <primitive>string</primitive>
       </elementType>
     </array>
    </valueType>
  </map>
 </type>

- Updated test with complex type  dim attribute


Diffs
-----

  lens-api/src/main/resources/cube-0.1.xsd 568d1c9 
  lens-server/src/main/java/org/apache/lens/server/metastore/JAXBUtils.java 
c620602 
  
lens-server/src/test/java/org/apache/lens/server/metastore/TestMetastoreService.java
 2fd125c 

Diff: https://reviews.apache.org/r/30794/diff/


Testing
-------

TestMetastoreService passes. Will update test result for all tests and running 
examples


Thanks,

Amareshwari Sriramadasu

Reply via email to