[ 
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.15.patch
                HIVE-1803.15.patch

New patch that updates the groupby tests in TestParse.

The number from the operator ID was not consistent, it gives different results 
when I run just one test at a time vs. all the tests at once, which is why I 
thought they needed to be updated. The result as it was before works for those 
tests still.

Another thing needed to be changed for me though, for the groupby tests:

{noformat}
@@ -521,7 +521,8 @@
                        <string>sum</string> 
                       </void> 
                       <void property="mode"> 
-                       <object 
class="org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator$Mode" 
method="valueOf"> 
+                       <object class="java.lang.Enum" method="valueOf"> 
+                        
<class>org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator$Mode</class> 
                         <string>PARTIAL1</string> 
                        </object> 
                       </void>
{noformat}

The new patch updates those tests.


> 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.15.patch, 
> HIVE-1803.15.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