You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/06 12:12:12 UTC

[doris] branch branch-1.2-lts updated: [fix](hudi)degrade hudi version for 1.2 to fix unexpected exception (#18426)

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

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


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new f3f83932a6 [fix](hudi)degrade hudi version for 1.2 to fix unexpected exception (#18426)
f3f83932a6 is described below

commit f3f83932a61cd738a29d456d80c40157944beb84
Author: slothever <18...@users.noreply.github.com>
AuthorDate: Thu Apr 6 20:12:02 2023 +0800

    [fix](hudi)degrade hudi version for 1.2 to fix unexpected exception (#18426)
    
    To solve unexpected exception in hudi 0.13, degrade hudi version for 1.2.3
    Co-authored-by: jinzhe <ji...@selectdb.com>
---
 fe/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/pom.xml b/fe/pom.xml
index c5015f4ee9..ac0fbcf385 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -226,7 +226,7 @@ under the License.
         <iceberg.version>1.1.0</iceberg.version>
         <avro.version>1.10.1</avro.version>
         <!-- hudi -->
-        <hudi.version>0.13.0</hudi.version>
+        <hudi.version>0.10.0</hudi.version>
         <parquet.version>1.10.1</parquet.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <scala.version>2.12.10</scala.version>


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