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

John Sichi commented on HIVE-1803:
----------------------------------

Everything passed...eeexcept TestParse, where I got 44 failures.  Example diff 
below; somehow the output seems to have gotten reordered, and it's in the area 
of virtual columns.  Best is to find out why and fix it, otherwise make sure 
it's deterministic and then update .q.out.

{noformat}
    [junit] diff -b -I'\(\(<java version=".*" class="java.beans.XMLDecoder">\)\|
\(<string>.*/tmp/.*</string>\)\|\(<string>file:.*</string>\)\|\(<string>pfile:.*
</string>\)\|\(<string>[0-9]\{10\}</string>\)\|\(<string>/.*/warehouse/.*</strin
g>\)\)' /data/users/jsichi/open/test-trunk/build/ql/test/logs/positive/case_sens
itivity.q.xml /data/users/jsichi/open/test-trunk/ql/src/test/results/compiler/pl
an/case_sensitivity.q.xml
    [junit] 1209c1209
    [junit] <                    <string>INPUT__FILE__NAME</string> 
    [junit] ---
    [junit] >                    <string>BLOCK__OFFSET__INSIDE__FILE</string> 
    [junit] 1215c1215,1219
    [junit] <                    <object idref="PrimitiveTypeInfo0"/> 
    [junit] ---
    [junit] >                    <object class="org.apache.hadoop.hive.serde2.ty
peinfo.PrimitiveTypeInfo"> 
    [junit] >                     <void property="typeName"> 
    [junit] >                      <string>bigint</string> 
    [junit] >                     </void> 
    [junit] >                    </object> 
    [junit] 1225c1229
    [junit] <                    <string>BLOCK__OFFSET__INSIDE__FILE</string> 
    [junit] ---
    [junit] >                    <string>INPUT__FILE__NAME</string> 
    [junit] 1231,1235c1235
    [junit] <                    <object class="org.apache.hadoop.hive.serde2.ty
peinfo.PrimitiveTypeInfo"> 
    [junit] <                     <void property="typeName"> 
    [junit] <                      <string>bigint</string> 
{noformat}


> Implement bitmap indexing in Hive
> ---------------------------------
>
>                 Key: HIVE-1803
>                 URL: https://issues.apache.org/jira/browse/HIVE-1803
>             Project: Hive
>          Issue Type: New Feature
>          Components: Indexing
>            Reporter: Marquis Wang
>            Assignee: Marquis Wang
>         Attachments: HIVE-1803.1.patch, HIVE-1803.10.patch, 
> HIVE-1803.11.patch, HIVE-1803.12.patch, HIVE-1803.13.patch, 
> HIVE-1803.2.patch, HIVE-1803.3.patch, HIVE-1803.4.patch, HIVE-1803.5.patch, 
> HIVE-1803.6.patch, HIVE-1803.7.patch, HIVE-1803.8.patch, HIVE-1803.9.patch, 
> JavaEWAH_20110304.zip, bitmap_index_1.png, bitmap_index_2.png, javaewah.jar, 
> javaewah.jar, unit-tests.2.patch, unit-tests.3.patch, unit-tests.patch
>
>
> Implement bitmap index handler to complement compact indexing.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to