You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/01/25 21:59:34 UTC

[jira] Work started: (HIVE-763) getSchema returns invalid column names, getThriftSchema does not return old style string schemas

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

Work on HIVE-763 started by John Sichi.

> 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
>
> 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.