You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/06/25 04:33:24 UTC

[jira] [Updated] (DRILL-1064) Unexpected results when selecting for arbitrary alphanumeric column

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

Julian Hyde updated DRILL-1064:
-------------------------------

    Summary: Unexpected results when selecting for arbitrary alphanumeric column  (was: Unexpected results when selecting for arbitrary alphanumic column)

> Unexpected results when selecting for arbitrary alphanumeric column
> -------------------------------------------------------------------
>
>                 Key: DRILL-1064
>                 URL: https://issues.apache.org/jira/browse/DRILL-1064
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: SQL Parser
>            Reporter: Norris Lee
>
> When selecting for an alphanumeric column that starts with numbers, the starting numbers end up as values and the remainder become the column name.
> {code}
> 0: jdbc:drill:zk=localhost:5181> select 1231q235 from `hive43.default`.`bit_table`;
> +------------+
> |    q235    |
> +------------+
> | 1231       |
> | 1231       |
> +------------+
> 2 rows selected (0.356 seconds)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)