xuzifu666 commented on code in PR #3884:
URL: https://github.com/apache/amoro/pull/3884#discussion_r2490475994
##########
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")
Review Comment:
Paimon version 1.2.0 has restrictions on changing non-null types to null
types; this configuration ```alter-column-null-to-not-null.disabled``` needs to
be ```false```, otherwise this test
```TestPaimonServerTableDescriptor##tableOperationsChangeColumnRequired```
cannot be passed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]