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

Edward Capriolo commented on HIVE-494:
--------------------------------------

I think any user will realize that '$1' can change. In the end i think hive 
should be more dynamic somewhat like pig. Imagine something like this:

create table x stored by dynamichandler;

select $1 , $2 from x (inputformat=textinputformat, inpath=/x/y/z);

We are close to this now because Navis added the ability to specify per query 
table properties.

What is, or what is not in the SQL spec should not be our metric, we can 
already do amazing things that SQL can't so I want to keep innovating. As long 
as something does not produce an ambiguity in the language I see no harm in it. 
                
> Select columns by index instead of name
> ---------------------------------------
>
>                 Key: HIVE-494
>                 URL: https://issues.apache.org/jira/browse/HIVE-494
>             Project: Hive
>          Issue Type: Wish
>          Components: Clients, Query Processor
>            Reporter: Adam Kramer
>            Priority: Minor
>              Labels: SQL
>         Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-494.D1641.1.patch
>
>
> SELECT mytable[0], mytable[2] FROM some_table_name mytable;
> ...should return the first and third columns, respectively, from mytable 
> regardless of their column names.
> The need for "names" specifically is kind of silly when they just get 
> translated into numbers anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to