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

Hudson commented on HIVE-4474:
------------------------------

Integrated in Hive-trunk-h0.21 #2089 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2089/])
    HIVE-4474: Column access not tracked properly for partitioned tables. 
Samuel Yuan via Gang Tim Liu (Revision 1478856)

     Result = FAILURE
gangtimliu : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1478856
Files : 
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/ColumnAccessAnalyzer.java
* /hive/trunk/ql/src/test/queries/clientpositive/column_access_stats.q
* /hive/trunk/ql/src/test/results/clientpositive/column_access_stats.q.out

                
> Column access not tracked properly for partitioned tables
> ---------------------------------------------------------
>
>                 Key: HIVE-4474
>                 URL: https://issues.apache.org/jira/browse/HIVE-4474
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Samuel Yuan
>            Assignee: Samuel Yuan
>             Fix For: 0.12.0
>
>         Attachments: HIVE-4474.1.patch.txt
>
>
> The columns recorded as being accessed is incorrect for partitioned tables. 
> The index of accessed columns is a position in the list of non-partition 
> columns, but a list of all columns is being used right now to do the lookup.

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