You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Kantor (JIRA)" <ji...@apache.org> on 2016/12/15 22:21:58 UTC

[jira] [Updated] (ATLAS-1386) Avoid unnecessary type lookups during query parsing

     [ https://issues.apache.org/jira/browse/ATLAS-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Kantor updated ATLAS-1386:
--------------------------------
    Assignee: Jeffrey Hagelberg

> Avoid unnecessary type lookups during query parsing
> ---------------------------------------------------
>
>                 Key: ATLAS-1386
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1386
>             Project: Atlas
>          Issue Type: Improvement
>            Reporter: David Kantor
>            Assignee: Jeffrey Hagelberg
>
> During query parsing, there are unnecessary types lookups happening. For example, in the DSL query hive_table where name = \"bar-999\" select name, name is parsed into an identifier, and it was doing a type lookup to see if a trait or class called 'name' exists. In cases like this, the operands are fields, not types, and so a type lookup is not necessary and arguably incorrect. 



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