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

commit e4449cae13c9a971ce7c414136611b650c394db3
Author: Qian Xia <lauraxiaq...@gmail.com>
AuthorDate: Wed Jul 12 15:45:40 2023 +0800

    KYLIN-5618 Unify the copywriting of the ShardBy column on the Web GUI
---
 .../studio/StudioModel/ModelList/ModelAggregate/indexDetails.vue      | 4 ++--
 .../ModelList/ModelAggregateView/AggAdvancedModal/index.vue           | 2 +-
 kystudio/src/components/studio/StudioModel/TableIndex/locales.js      | 2 +-
 kystudio/src/locale/en.js                                             | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelAggregate/indexDetails.vue
 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelAggregate/indexDetails.vue
index cd7d4294b3..5fdc9c0015 100644
--- 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelAggregate/indexDetails.vue
+++ 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelAggregate/indexDetails.vue
@@ -36,7 +36,7 @@
           </template>
         </el-table-column>
         <el-table-column
-          label="Shard by"
+          label="ShardBy"
           align="center"
           width="80">
           <template slot-scope="scope">
@@ -72,7 +72,7 @@
         </template>
           </el-table-column>
         <el-table-column
-        label="Shard by"
+        label="ShardBy"
         align="center"
         width="80">
           <template slot-scope="scope">
diff --git 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelAggregateView/AggAdvancedModal/index.vue
 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelAggregateView/AggAdvancedModal/index.vue
index c1a999606b..5d40d15533 100644
--- 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelAggregateView/AggAdvancedModal/index.vue
+++ 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelAggregateView/AggAdvancedModal/index.vue
@@ -28,7 +28,7 @@
         <el-row class="table-header table-row ksd-mt-10">
           <el-col :span="18">{{$t('dimension')}}</el-col>
           <el-col :span="3" class="ksd-left">{{$t('cardinality')}}</el-col>
-          <el-col :span="3">Shard by</el-col>
+          <el-col :span="3">ShardBy</el-col>
         </el-row>
         <div class="table-content" v-scroll.observe.reactive 
@scroll-bottom="scrollLoad">
           <transition-group name="flip-list" tag="div">
diff --git a/kystudio/src/components/studio/StudioModel/TableIndex/locales.js 
b/kystudio/src/components/studio/StudioModel/TableIndex/locales.js
index e31286c54a..99bee505ba 100644
--- a/kystudio/src/components/studio/StudioModel/TableIndex/locales.js
+++ b/kystudio/src/components/studio/StudioModel/TableIndex/locales.js
@@ -12,7 +12,7 @@ export default {
     sort: 'Order',
     ConfigRawTable: 'Config Table Index',
     sortBy: 'Sort By',
-    shardBy: 'Shard By',
+    shardBy: 'ShardBy',
     checkRowkeyInt: 'Integer encoding column length should between 1 and 8.',
     fixedLengthTip:
       'The length parameter of Fixed Length encoding is required.',
diff --git a/kystudio/src/locale/en.js b/kystudio/src/locale/en.js
index 25a367e66d..855036173d 100644
--- a/kystudio/src/locale/en.js
+++ b/kystudio/src/locale/en.js
@@ -349,7 +349,7 @@ exports.default = {
     cubeHasJob: 'This cube has a running job of cube build, thus the action is 
disabled.',
     selectModelName: 'Please select a model',
     optimizerInputTip: 'What is optimier? Based on model check result and SQL 
patterns,<br/> optimizer can help suggest dimensions, measures and dimension 
optimization.',
-    rowkeyTip: '<h4>What is Rowkeys?</h4><p>Rowkeys specifies how dimensions 
are organized. </p><h4>What is Shard By column? </h4><p>If specified as "true", 
cube data will be sharded according to its value. </p><h4>RowKey 
Encoding</h4><ol><li>"dict" Use dictionary to encode dimension values. dict 
encoding is very compact but vulnerable for ultra high cardinality dimensions. 
</li><li>"boolean" Use 1 byte to encode boolean values, valid value include: 
true, false, TRUE, FALSE, True, False, [...]
+    rowkeyTip: '<h4>What is Rowkeys?</h4><p>Rowkeys specifies how dimensions 
are organized. </p><h4>What is ShardBy column? </h4><p>If specified as "true", 
cube data will be sharded according to its value. </p><h4>RowKey 
Encoding</h4><ol><li>"dict" Use dictionary to encode dimension values. dict 
encoding is very compact but vulnerable for ultra high cardinality dimensions. 
</li><li>"boolean" Use 1 byte to encode boolean values, valid value include: 
true, false, TRUE, FALSE, True, False,  [...]
     dataOriented: 'Data Oriented',
     businessOriented: 'Business Oriented',
     defaultOriented: 'Default',

Reply via email to