You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2013/11/23 07:09:35 UTC

[jira] [Commented] (DRILL-308) SELECT * type queries don't work like standard SQL

    [ https://issues.apache.org/jira/browse/DRILL-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13830584#comment-13830584 ] 

Mehant Baid commented on DRILL-308:
-----------------------------------

Currently while performing a SELECT * from "foo" we don't get standard SQL type behavior. We get one column with the name "*" and all the actual individual columns are treated like one big column. 

We need to make sure that SELECT * type queries work in the standard SQL manner, where all the columns retrieved are treated as individual fields as opposed to one large field. Challenge lies in how we modify JDBC driver that collects the results, such that the column bindings are delayed till the actual query is executed. 

> SELECT * type queries don't work like standard SQL
> --------------------------------------------------
>
>                 Key: DRILL-308
>                 URL: https://issues.apache.org/jira/browse/DRILL-308
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Mehant Baid
>            Assignee: Mehant Baid
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)