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

xxyu pushed a commit to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit d43aca4a4672e1b823456c964eaa499ffde27e1a
Author: rupengwang <wangrup...@live.cn>
AuthorDate: Thu Aug 27 14:01:44 2020 +0800

    KYLIN-4721 The default source source type should be CSV not Hive with the 
local debug mode
---
 examples/test_case_data/sample_local/table/DEFAULT.KYLIN_ACCOUNT.json   | 2 +-
 examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CAL_DT.json    | 2 +-
 .../sample_local/table/DEFAULT.KYLIN_CATEGORY_GROUPINGS.json            | 2 +-
 examples/test_case_data/sample_local/table/DEFAULT.KYLIN_COUNTRY.json   | 2 +-
 examples/test_case_data/sample_local/table/DEFAULT.KYLIN_SALES.json     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_ACCOUNT.json 
b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_ACCOUNT.json
index fd5556a..2b1c18d 100644
--- a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_ACCOUNT.json
+++ b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_ACCOUNT.json
@@ -25,6 +25,6 @@
   } ],
   "database" : "DEFAULT",
   "last_modified" : 0,
-  "source_type" : 0,
+  "source_type" : 9,
   "table_type" : "MANAGED_TABLE"
 }
\ No newline at end of file
diff --git 
a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CAL_DT.json 
b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CAL_DT.json
index 1c95578..eb61c55 100644
--- a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CAL_DT.json
+++ b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CAL_DT.json
@@ -405,6 +405,6 @@
   } ],
   "database" : "DEFAULT",
   "last_modified" : 0,
-  "source_type" : 0,
+  "source_type" : 9,
   "table_type" : "MANAGED_TABLE"
 }
diff --git 
a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CATEGORY_GROUPINGS.json
 
b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CATEGORY_GROUPINGS.json
index cf560f5..0b6cbe3 100644
--- 
a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CATEGORY_GROUPINGS.json
+++ 
b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_CATEGORY_GROUPINGS.json
@@ -149,6 +149,6 @@
   } ],
   "database" : "DEFAULT",
   "last_modified" : 0,
-  "source_type" : 0,
+  "source_type" : 9,
   "table_type" : "MANAGED_TABLE"
 }
\ No newline at end of file
diff --git 
a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_COUNTRY.json 
b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_COUNTRY.json
index df62bbc..6aa5624 100644
--- a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_COUNTRY.json
+++ b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_COUNTRY.json
@@ -21,6 +21,6 @@
   } ],
   "database" : "DEFAULT",
   "last_modified" : 0,
-  "source_type" : 0,
+  "source_type" : 9,
   "table_type" : "MANAGED_TABLE"
 }
\ No newline at end of file
diff --git 
a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_SALES.json 
b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_SALES.json
index 475cbd2..52f407d 100644
--- a/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_SALES.json
+++ b/examples/test_case_data/sample_local/table/DEFAULT.KYLIN_SALES.json
@@ -53,6 +53,6 @@
   } ],
   "database" : "DEFAULT",
   "last_modified" : 0,
-  "source_type" : 0,
+  "source_type" : 9,
   "table_type" : "MANAGED_TABLE"
 }

Reply via email to