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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 770e7d21a4c [dependencies](fe)upgrade paimon to 0.8.1 (#37205) (#37554)
770e7d21a4c is described below

commit 770e7d21a4c8ccbcfb83e8b08168610af90e9d72
Author: Calvin Kirs <k...@apache.org>
AuthorDate: Wed Jul 10 09:32:33 2024 +0800

    [dependencies](fe)upgrade paimon to 0.8.1 (#37205) (#37554)
    
    bp #37205
---
 fe/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index 43fbf896ef5..3c251d0d3d9 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -228,7 +228,7 @@ under the License.
         <doris.home>${fe.dir}/../</doris.home>
         <revision>1.2-SNAPSHOT</revision>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        
<doris.hive.catalog.shade.version>2.1.0</doris.hive.catalog.shade.version>
+        
<doris.hive.catalog.shade.version>2.1.1</doris.hive.catalog.shade.version>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <!--plugin parameters-->
@@ -349,7 +349,7 @@ under the License.
         <!--todo waiting release-->
         <quartz.version>2.3.2</quartz.version>
         <!-- paimon -->
-        <paimon.version>0.8.0</paimon.version>
+        <paimon.version>0.8.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