You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "John Omernik (JIRA)" <ji...@apache.org> on 2016/05/23 17:40:12 UTC

[jira] [Created] (DRILL-4692) Column named user unresolvable

John Omernik created DRILL-4692:
-----------------------------------

             Summary: Column named user unresolvable
                 Key: DRILL-4692
                 URL: https://issues.apache.org/jira/browse/DRILL-4692
             Project: Apache Drill
          Issue Type: Bug
          Components:  Server
    Affects Versions: 1.6.0
            Reporter: John Omernik


With a set of Parquet files created outside of drill is attempted to be processed in Drill, and that set of files contains a column named "user" it is impossible to resolve that column, as Drill always replaces user with the currently logged in user. 

select user from table -> the logged in user
select `user` from table -> the logged in user

There is just no way to address that field. Backticks should allow us to access that field.  



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