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:35:45 UTC

[jira] [Created] (ATLAS-143) resultMapping for DSL queries

Suma Shivaprasad created ATLAS-143:
--------------------------------------

             Summary: resultMapping for DSL queries
                 Key: ATLAS-143
                 URL: https://issues.apache.org/jira/browse/ATLAS-143
             Project: Atlas
          Issue Type: Bug
            Reporter: Suma Shivaprasad


For a DSL query like - Table as t where name='sales_fact', db where name='Reporting', its mapped to - Table as t where (name = "sales_fact") db where (name = "Reporting") as _src1 select t as _col_0, and the results are available in json with key '_col_0'. It should be mapped to 't' as its specified in the user query



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