You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Suma Shivaprasad (JIRA)" <ji...@apache.org> on 2015/09/10 07:52:46 UTC

[jira] [Created] (ATLAS-146) Fix expression evaluation on LHS of a comparision expression in DSL

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)