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

fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git


The following commit(s) were added to refs/heads/main by this push:
     new 2c09444c [Bug] [Seatunnel-web] HiveJDBC should not be used as a sink 
datasource (#223)
2c09444c is described below

commit 2c09444ce3255bcaf5abf06916ab779fac131a82
Author: Mohammad Arshad <[email protected]>
AuthorDate: Sun Oct 6 12:34:55 2024 +0530

    [Bug] [Seatunnel-web] HiveJDBC should not be used as a sink datasource 
(#223)
---
 .../src/main/resources/connector-datasource-mapper.yaml              | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/seatunnel-server/seatunnel-app/src/main/resources/connector-datasource-mapper.yaml
 
b/seatunnel-server/seatunnel-app/src/main/resources/connector-datasource-mapper.yaml
index 96e277a6..392bb2bf 100644
--- 
a/seatunnel-server/seatunnel-app/src/main/resources/connector-datasource-mapper.yaml
+++ 
b/seatunnel-server/seatunnel-app/src/main/resources/connector-datasource-mapper.yaml
@@ -256,11 +256,6 @@ connector-datasource-mapper:
         - DATA_INTEGRATION
       sceneMode:
         - SINGLE_TABLE
-    JDBC-Hive:
-      businessMode:
-        - DATA_INTEGRATION
-      sceneMode:
-        - SINGLE_TABLE
 
     Console:
       businessMode:

Reply via email to