Suma Shivaprasad created ATLAS-146:
--------------------------------------

             Summary: Fix expression evaluation on LHS of a comparision 
expression in DSL
                 Key: ATLAS-146
                 URL: https://issues.apache.org/jira/browse/ATLAS-146
             Project: Atlas
          Issue Type: Bug
            Reporter: Suma Shivaprasad


Refer TODO in GraphBackedDiscoveryServiceTest

  /*
            todo: does not work
            {"DB where (name = \"Reporting\") and ((createTime + 1) > 0)"},
            {"DB as db1 Table as tab where ((db1.createTime + 1) > 0) and 
(db1.name = \"Reporting\") select db1.name
            as dbName, tab.name as tabName"},
            {"DB as db1 Table as tab where ((db1.createTime + 1) > 0) or 
(db1.name = \"Reporting\") select db1.name
            as dbName, tab.name as tabName"},
            {"DB as db1 Table as tab where ((db1.createTime + 1) > 0) and 
(db1.name = \"Reporting\") or db1 has owner
             select db1.name as dbName, tab.name as tabName"},
            {"DB as db1 Table as tab where ((db1.createTime + 1) > 0) and 
(db1.name = \"Reporting\") or db1 has owner
             select db1.name as dbName, tab.name as tabName"},
            */



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to