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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin5 by this push:
     new 7463ae195f [KYLIN-5288] set sampling button 'off' by default
7463ae195f is described below

commit 7463ae195f43ef54076e6a8541df74b014a89509
Author: cli2 <ss_leec...@pku.edu.cn>
AuthorDate: Wed Nov 2 14:35:52 2022 +0800

    [KYLIN-5288] set sampling button 'off' by default
---
 kystudio/src/components/common/DataSourceModal/store.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kystudio/src/components/common/DataSourceModal/store.js 
b/kystudio/src/components/common/DataSourceModal/store.js
index b1478a5cf0..9f76fa1f12 100644
--- a/kystudio/src/components/common/DataSourceModal/store.js
+++ b/kystudio/src/components/common/DataSourceModal/store.js
@@ -39,7 +39,7 @@ const initialState = JSON.stringify({
     project: null,
     selectedTables: [],
     selectedDatabases: [],
-    needSampling: true,
+    needSampling: false,
     samplingRows: 20000000,
     settings: {
       type: '',

Reply via email to