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

Marquis Wang updated HIVE-1803:
-------------------------------

    Attachment: HIVE-1803.14.patch
                HIVE-1803.14.patch

The issue with the last patch was the order in which 
VirtualColumn.getRegistry().iterator() was returning. The old code stored the 
virtual column registry as a HashMap, so I added the columns to the registry in 
the order the HashMap would have returned them.

This patch fixes that. I'm still seeing errors in groupby1.q through 
groupby6.q. It looks like various numbers are returning wrong, but it doesn't 
appear to be related to the virtual columns. I can't really tell whether there 
is a pattern to it.

can you take a look?

{noformat}
    [junit] >          <string>CNTR_NAME_GBY_28_NUM_INPUT_ROWS</string> 
    [junit] 1345c1341
    [junit] <          <string>CNTR_NAME_GBY_4_NUM_OUTPUT_ROWS</string>
    [junit] ---
    [junit] >          <string>CNTR_NAME_GBY_28_NUM_OUTPUT_ROWS</string> 
    [junit] 1348c1344
    [junit] <          <string>CNTR_NAME_GBY_4_TIME_TAKEN</string>
    [junit] ---
    [junit] >          <string>CNTR_NAME_GBY_28_TIME_TAKEN</string> 
    [junit] 1351c1347
    [junit] <          <string>CNTR_NAME_GBY_4_FATAL_ERROR</string>
    [junit] ---
    [junit] >          <string>CNTR_NAME_GBY_28_FATAL_ERROR</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.14.patch, HIVE-1803.14.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