This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new ba4782a67d [Fix] Fix MaxCompute use not exist SCHEMA option (#5708)
ba4782a67d is described below
commit ba4782a67dc6786e2e011b8aa20174d03c1c3f1d
Author: Jia Fan <[email protected]>
AuthorDate: Wed Oct 25 20:18:17 2023 +0800
[Fix] Fix MaxCompute use not exist SCHEMA option (#5708)
---
.../seatunnel/maxcompute/catalog/MaxComputeCatalogFactory.java | 2 +-
.../connectors/seatunnel/maxcompute/source/MaxcomputeSource.java | 2 +-
.../connectors/seatunnel/maxcompute/source/MaxcomputeSourceFactory.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/catalog/MaxComputeCatalogFactory.java
b/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/catalog/MaxComputeCatalogFactory.java
index 4ed29c0ea6..dac0d3384f 100644
---
a/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/catalog/MaxComputeCatalogFactory.java
+++
b/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/catalog/MaxComputeCatalogFactory.java
@@ -25,7 +25,7 @@ import org.apache.seatunnel.api.table.factory.Factory;
import com.google.auto.service.AutoService;
-import static org.apache.seatunnel.api.table.catalog.CatalogTableUtil.SCHEMA;
+import static
org.apache.seatunnel.api.table.catalog.schema.TableSchemaOptions.SCHEMA;
import static
org.apache.seatunnel.connectors.seatunnel.maxcompute.config.MaxcomputeConfig.ACCESS_ID;
import static
org.apache.seatunnel.connectors.seatunnel.maxcompute.config.MaxcomputeConfig.ACCESS_KEY;
import static
org.apache.seatunnel.connectors.seatunnel.maxcompute.config.MaxcomputeConfig.ENDPOINT;
diff --git
a/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/source/MaxcomputeSource.java
b/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/source/MaxcomputeSource.java
index 417d660b86..5d66016f79 100644
---
a/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/source/MaxcomputeSource.java
+++
b/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/source/MaxcomputeSource.java
@@ -33,7 +33,7 @@ import
org.apache.seatunnel.connectors.seatunnel.maxcompute.util.MaxcomputeTypeM
import com.google.auto.service.AutoService;
import lombok.extern.slf4j.Slf4j;
-import static org.apache.seatunnel.api.table.catalog.CatalogTableUtil.SCHEMA;
+import static
org.apache.seatunnel.api.table.catalog.schema.TableSchemaOptions.SCHEMA;
import static
org.apache.seatunnel.connectors.seatunnel.maxcompute.config.MaxcomputeConfig.PLUGIN_NAME;
@Slf4j
diff --git
a/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/source/MaxcomputeSourceFactory.java
b/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/source/MaxcomputeSourceFactory.java
index a1600f106d..60fccda4f7 100644
---
a/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/source/MaxcomputeSourceFactory.java
+++
b/seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/source/MaxcomputeSourceFactory.java
@@ -24,7 +24,7 @@ import
org.apache.seatunnel.api.table.factory.TableSourceFactory;
import com.google.auto.service.AutoService;
-import static org.apache.seatunnel.api.table.catalog.CatalogTableUtil.SCHEMA;
+import static
org.apache.seatunnel.api.table.catalog.schema.TableSchemaOptions.SCHEMA;
import static
org.apache.seatunnel.connectors.seatunnel.maxcompute.config.MaxcomputeConfig.ACCESS_ID;
import static
org.apache.seatunnel.connectors.seatunnel.maxcompute.config.MaxcomputeConfig.ACCESS_KEY;
import static
org.apache.seatunnel.connectors.seatunnel.maxcompute.config.MaxcomputeConfig.ENDPOINT;