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

Namit Jain commented on HIVE-763:
---------------------------------

+1

looks good - will commit if the tests pass

> getSchema returns invalid column names, getThriftSchema does not return old 
> style string schemas
> ------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-763
>                 URL: https://issues.apache.org/jira/browse/HIVE-763
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.4.0
>         Environment: Cent OS 5.3
>            Reporter: Scott
>            Assignee: John Sichi
>            Priority: Critical
>         Attachments: HIVE-763.1.patch
>
>
> SELECT AVG(total) as avg,STDDEV(total) as stddevr FROM (SELECT COUNT(phrase) 
> as total FROM TABLE GROUP BY phrase) t2
> getSchema and getThriftSchema both return
> col0: double
> col1 : double
> expected results
> avg : double
> stddevr : double
> col0 & col1 are useless column names.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to