Norris Lee created DRILL-1064:
---------------------------------
Summary: Unexpected results when selecting for arbitrary
alphanumic 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)