This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-trino.git
The following commit(s) were added to refs/heads/main by this push:
new 0eda6a6 [core] Remove write mode
0eda6a6 is described below
commit 0eda6a67326b53b8ea03a341b1e38e2f65547561
Author: Jingsong <[email protected]>
AuthorDate: Tue Oct 24 11:29:42 2023 +0800
[core] Remove write mode
---
.../src/main/java/org/apache/paimon/trino/TrinoTableOptionUtils.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/paimon-trino-common/src/main/java/org/apache/paimon/trino/TrinoTableOptionUtils.java
b/paimon-trino-common/src/main/java/org/apache/paimon/trino/TrinoTableOptionUtils.java
index 38fd3b8..c0b9344 100644
---
a/paimon-trino-common/src/main/java/org/apache/paimon/trino/TrinoTableOptionUtils.java
+++
b/paimon-trino-common/src/main/java/org/apache/paimon/trino/TrinoTableOptionUtils.java
@@ -19,7 +19,6 @@
package org.apache.paimon.trino;
import org.apache.paimon.CoreOptions;
-import org.apache.paimon.WriteMode;
import org.apache.paimon.options.ConfigOption;
import org.apache.paimon.schema.Schema;
import org.apache.paimon.utils.StringUtils;
@@ -97,7 +96,6 @@ public class TrinoTableOptionUtils {
case "FileFormatType":
case "StartupMode":
case "MergeEngine":
- case "WriteMode":
case "ChangelogProducer":
case "LogConsistency":
case "LogChangelogMode":
@@ -114,8 +112,6 @@ public class TrinoTableOptionUtils {
return CoreOptions.FileFormatType.class;
case "MergeEngine":
return CoreOptions.MergeEngine.class;
- case "WriteMode":
- return WriteMode.class;
case "ChangelogProducer":
return CoreOptions.ChangelogProducer.class;
case "StartupMode":