Amareshwari Sriramadasu created LENS-235:
--------------------------------------------
Summary: Join chain definition in xsd should change to edges and
paths
Key: LENS-235
URL: https://issues.apache.org/jira/browse/LENS-235
Project: Apache Lens
Issue Type: Improvement
Reporter: Amareshwari Sriramadasu
Priority: Critical
Fix For: 2.0
Right now, it is
<xs:complexType name="x_joinchain">
<xs:sequence>
<xs:element type="x_tablereferences" name="paths" maxOccurs="unbounded"
minOccurs="1"/>
</xs:sequence>
<xs:attribute type="xs:string" name="name" use="required"/>
<xs:attribute type="xs:string" name="description"/>
<xs:attribute type="xs:string" name="display_string"/>
</xs:complexType>
Should be changed to have Paths and Edges.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)