This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch revert-41337-fix-paimon-upgrade-0.9 in repository https://gitbox.apache.org/repos/asf/doris.git
commit ae9590f0debe412e66108a3a5f30f9697b45910a Author: Rayner Chen <morningman....@gmail.com> AuthorDate: Fri Oct 18 14:19:37 2024 +0800 Revert "[bugfix](paimon)upgrade paimon to 0.9 (#41337)" This reverts commit 0bbf502d604f4e55abad28ec7f007889aa8a81f4. --- 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