This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 72ce0c9673c HIVE-26709: Iceberg: Count(*) fails for V2 tables with 
delete files. (#3733). (Ayush Saxena, reviewed by Laszlo Pinter, Chris Nauroth )
72ce0c9673c is described below

commit 72ce0c9673cf10722fd2b1a12eaf91a3fb69a1bb
Author: Ayush Saxena <[email protected]>
AuthorDate: Mon Nov 7 15:05:50 2022 +0530

    HIVE-26709: Iceberg: Count(*) fails for V2 tables with delete files. 
(#3733). (Ayush Saxena, reviewed by Laszlo Pinter, Chris Nauroth )
---
 ql/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/ql/pom.xml b/ql/pom.xml
index 3a3d1385e47..d5f3569a5d7 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -880,6 +880,11 @@
       <scope>compile</scope>
       <version>${esri.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.roaringbitmap</groupId>
+      <artifactId>RoaringBitmap</artifactId>
+      <version>0.9.22</version>
+    </dependency>
   </dependencies>
   <profiles>
     <profile>
@@ -1095,6 +1100,8 @@
                   <include>org.apache.calcite:*</include>
                   <include>org.apache.calcite.avatica:avatica</include>
                   <include>com.esri.geometry:esri-geometry-api</include>
+                  <include>org.roaringbitmap:RoaringBitmap</include>
+                  <include>org.roaringbitmap:shims</include>
                 </includes>
               </artifactSet>
               <filters>

Reply via email to