Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.0
-
None
-
None
Description
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.
Attachments
Issue Links
- relates to
-
DRILL-5538 Create TopProject with validatedNodeType after PHYSICAL phase
- Resolved