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

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


The following commit(s) were added to refs/heads/master by this push:
     new 95a4968e216 [upgrade](paimon) upgrade paimon 1.0.1 (#47768)
95a4968e216 is described below

commit 95a4968e216d4ea90d3d772643182b053501f95e
Author: Socrates <suyit...@selectdb.com>
AuthorDate: Wed Feb 19 19:06:03 2025 +0800

    [upgrade](paimon) upgrade paimon 1.0.1 (#47768)
    
    ### Release note
    
    Upgrade paimon to version 1.0.1
---
 fe/fe-core/pom.xml | 6 ++++++
 fe/pom.xml         | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index d6ba4a0b7f9..52bb3ef7329 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -952,6 +952,12 @@ under the License.
         </dependency>
     </dependencies>
     <repositories>
+        <!-- for hive-catalog-shade -->
+        <repository>
+            <id>central</id>
+            <name>central maven repo https</name>
+            <url>https://repo.maven.apache.org/maven2</url>
+        </repository>
         <!-- for huawei obs sdk -->
         <repository>
             <id>huawei-obs-sdk</id>
diff --git a/fe/pom.xml b/fe/pom.xml
index 105979aa24d..68cfff27e89 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -222,7 +222,7 @@ under the License.
         <module>be-java-extensions</module>
     </modules>
     <properties>
-        
<doris.hive.catalog.shade.version>2.1.3</doris.hive.catalog.shade.version>
+        
<doris.hive.catalog.shade.version>2.1.4</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>
@@ -365,7 +365,7 @@ under the License.
         <quartz.version>2.3.2</quartz.version>
         <aircompressor.version>0.27</aircompressor.version>
         <!-- paimon -->
-        <paimon.version>1.0.0</paimon.version>
+        <paimon.version>1.0.1</paimon.version>
         <disruptor.version>3.4.4</disruptor.version>
         <!-- arrow flight sql -->
         
<arrow.vector.classifier>shade-format-flatbuffers</arrow.vector.classifier>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to