You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2015/01/23 12:04:34 UTC

[jira] [Created] (LENS-235) Join chain definition in xsd should change to edges and paths

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)