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

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


The following commit(s) were added to refs/heads/master by this push:
     new 332f5c5f3 [AMORO-3883] Bump Paimon 1.1.1 to 1.2.0 (#3884)
332f5c5f3 is described below

commit 332f5c5f318b4ed26dfeb7e18eef6f42c73cf663
Author: xuzifu666 <[email protected]>
AuthorDate: Thu Nov 6 11:46:57 2025 +0800

    [AMORO-3883] Bump Paimon 1.1.1 to 1.2.0 (#3884)
    
    * Bump Paimon 1.1.1 to 1.2.0
    
    * [AMORO-3883] Bump Paimon 1.1.1 to 1.2.0
    
    ---------
    
    Co-authored-by: Xu Bai <[email protected]>
---
 .../org/apache/amoro/formats/paimon/PaimonHadoopCatalogTestHelper.java  | 1 +
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/amoro-format-paimon/src/test/java/org/apache/amoro/formats/paimon/PaimonHadoopCatalogTestHelper.java
 
b/amoro-format-paimon/src/test/java/org/apache/amoro/formats/paimon/PaimonHadoopCatalogTestHelper.java
index 02a826a29..98cf73008 100644
--- 
a/amoro-format-paimon/src/test/java/org/apache/amoro/formats/paimon/PaimonHadoopCatalogTestHelper.java
+++ 
b/amoro-format-paimon/src/test/java/org/apache/amoro/formats/paimon/PaimonHadoopCatalogTestHelper.java
@@ -45,6 +45,7 @@ public class PaimonHadoopCatalogTestHelper extends 
AbstractFormatCatalogTestHelp
           .primaryKey("id", "age")
           .partitionKeys("age")
           .option("amoro.test.key", "amoro.test.value")
+          .option("alter-column-null-to-not-null.disabled", "false")
           .build();
 
   public PaimonHadoopCatalogTestHelper(String catalogName, Map<String, String> 
catalogProperties) {
diff --git a/pom.xml b/pom.xml
index 64b03bfe8..acace2b00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
         
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
 
         <iceberg.version>1.6.1</iceberg.version>
-        <paimon.version>1.1.1</paimon.version>
+        <paimon.version>1.2.0</paimon.version>
         <hive.version>3.1.3</hive.version>
         <hadoop.version>3.4.0</hadoop.version>
         <kerby.version>2.0.3</kerby.version>

Reply via email to