[
https://issues.apache.org/jira/browse/DRILL-4945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15576126#comment-15576126
]
ASF GitHub Bot commented on DRILL-4945:
---------------------------------------
GitHub user laurentgo opened a pull request:
https://github.com/apache/drill/pull/618
DRILL-4945: Report INTERVAL exact type as column type name
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laurentgo/drill laurent/DRILL-4945
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/618.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #618
----
commit 5995229dc546e03b3b009d8c20d1efce35c8bd48
Author: Laurent Goujon <[email protected]>
Date: 2016-10-14T18:27:28Z
DRILL-4945: Report INTERVAL exact type as column type name
----
> Missing subtype information in metadata returned by prepared statement
> ----------------------------------------------------------------------
>
> Key: DRILL-4945
> URL: https://issues.apache.org/jira/browse/DRILL-4945
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Laurent Goujon
> Priority: Minor
>
> Column metadata returned by prepared statement contains partial type
> information, especially for interval types.
> Currently it only returns "INTERVAL" instead of a more precise type like
> "INTERVAL MONTH" for example.
> There's also no minor type, so the client can adjust the type itself.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)