From 1745a5e9d8c83a1a1fac633a085ccb7018a7715e Mon Sep 17 00:00:00 2001 From: "Aries.lsy" <”Aries.lsy@fanruan.com“> Date: Mon, 11 Apr 2022 15:49:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?REPORT-69127=20fix:=E4=BF=AE=E6=94=B9Hadoop?= =?UTF-8?q?=E7=94=9F=E6=80=81=E6=95=B0=E6=8D=AE=E8=BF=9E=E6=8E=A5hasSchema?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/constants/constant.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/constants/constant.ts b/src/modules/constants/constant.ts index 4fabf64..554c260 100644 --- a/src/modules/constants/constant.ts +++ b/src/modules/constants/constant.ts @@ -250,7 +250,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: true, }, { @@ -392,7 +392,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: true, }, { text: 'Hbase', @@ -632,7 +632,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: false, + hasSchema: true, kerberos: true, }, { text: 'Sqlite', From 449030d9a7c9597ca54e82819996f8d0295b9d08 Mon Sep 17 00:00:00 2001 From: "Aries.lsy" <”Aries.lsy@fanruan.com“> Date: Mon, 18 Apr 2022 14:09:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"REPORT-69127=20fix:=E4=BF=AE?= =?UTF-8?q?=E6=94=B9Hadoop=E7=94=9F=E6=80=81=E6=95=B0=E6=8D=AE=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5hasSchema=E5=80=BC"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1745a5e9d8c83a1a1fac633a085ccb7018a7715e. --- src/modules/constants/constant.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/constants/constant.ts b/src/modules/constants/constant.ts index 554c260..4fabf64 100644 --- a/src/modules/constants/constant.ts +++ b/src/modules/constants/constant.ts @@ -250,7 +250,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: true, + hasSchema: false, kerberos: true, }, { @@ -392,7 +392,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: true, + hasSchema: false, kerberos: true, }, { text: 'Hbase', @@ -632,7 +632,7 @@ export const DATA_BASE_TYPES = [ commonly: false, internal: true, type: 'jdbc', - hasSchema: true, + hasSchema: false, kerberos: true, }, { text: 'Sqlite',