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 fc3e99bf49c Revert "[bugfix](paimon)upgrade paimon to 0.9" (#42075)
fc3e99bf49c is described below

commit fc3e99bf49ccb9b1d1e203fb02ce6da1c8eff014
Author: Rayner Chen <morning...@163.com>
AuthorDate: Fri Oct 18 15:48:27 2024 +0800

    Revert "[bugfix](paimon)upgrade paimon to 0.9" (#42075)
    
    Reverts apache/doris#41337
    paimon 0.9 introduce a breaking change that user can not read bucket
    table without bucket key.
---
 fe/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index b9955fcd4a5..d158b650a55 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.2</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-->
@@ -362,7 +362,7 @@ under the License.
         <quartz.version>2.3.2</quartz.version>
         <aircompressor.version>0.27</aircompressor.version>
         <!-- paimon -->
-        <paimon.version>0.9.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