You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Rahul Raj (JIRA)" <ji...@apache.org> on 2017/06/09 09:22:18 UTC

[jira] [Created] (DRILL-5577) Column alias are ignored when Storage Plugin is enabled

Rahul Raj created DRILL-5577:
--------------------------------

             Summary: Column alias are ignored when Storage Plugin is enabled
                 Key: DRILL-5577
                 URL: https://issues.apache.org/jira/browse/DRILL-5577
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.10.0
            Reporter: Rahul Raj


Drill ignores column aliases when a JDBC storage plugin is enabled. 

If I execute 'select destination as x from ...some.csv' the column name appears as 'destination' instead  of 'x' while JDBC storage plugin is enabled. On disabling the storage plugin, drill returns the results with aliased name 'x'. 

This could be related to https://issues.apache.org/jira/browse/DRILL-4903, where  results return the implicit columns(fqn,filepath etc..) as well.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)