Skip to content

Commit

Permalink
Upgrade to hive4
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Dec 13, 2024
1 parent c7fefc3 commit 1bed68d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions fe/fe-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ under the License.
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ under the License.
<module>be-java-extensions</module>
</modules>
<properties>
<doris.hive.catalog.shade.version>2.1.1</doris.hive.catalog.shade.version>
<doris.hive.catalog.shade.version>2.1.2-HIVE4-SNAPSHOT</doris.hive.catalog.shade.version>
<avro.version>1.11.4</avro.version>
<parquet.version>1.13.1</parquet.version>
<spark.version>3.4.3</spark.version>
Expand Down Expand Up @@ -309,8 +309,7 @@ under the License.
<jaxws-api.version>2.3.0</jaxws-api.version>
<RoaringBitmap.version>0.8.13</RoaringBitmap.version>
<hudi-spark.version>hudi-spark3.4.x</hudi-spark.version>
<hive.version>3.1.3</hive.version>
<hive.common.version>2.3.9</hive.common.version>
<hive.version>4.0.1</hive.version>
<nimbusds.version>9.35</nimbusds.version>
<mapreduce.client.version>2.10.1</mapreduce.client.version>
<calcite.version>1.33.0</calcite.version>
Expand Down Expand Up @@ -1490,7 +1489,7 @@ under the License.
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-common</artifactId>
<version>${hive.common.version}</version>
<version>${hive.version}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand Down

0 comments on commit 1bed68d

Please sign in to comment.