Skip to content

Commit

Permalink
fix zh (apache#187)
Browse files Browse the repository at this point in the history
# Checklist

* 内部Jira:
* 修复PR:
  * master:
  * 1.2-lts:
  * 1.2-lts: 
* Doris-master:
  * [ ] 已修复
  * [ ] 未修复
  * [ ] 无问题
* Doris-1.2-lts:
  * [ ] 已修复
  * [ ] 未修复
  * [ ] 无问题
* Doris-1.1-lts:
  * [ ] 已修复
  * [ ] 未修复
  * [ ] 无问题
  • Loading branch information
zy-kkk authored Apr 28, 2023
1 parent 39375bf commit 030b319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ DUPLICATE KEY(`create_time`, `teacher_id`, `front_sn`)
COMMENT 'OLAP'
DISTRIBUTED BY HASH(`create_time`) BUCKETS 10
PROPERTIES (
"replication_allocation" = "tag.location.default: 1",
"replication_allocation" = "tag.location.default: 1"
);
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ DUPLICATE KEY(`teacher_id`, `data_source`, `regtype`)
COMMENT 'OLAP'
DISTRIBUTED BY HASH(`teacher_id`) BUCKETS 10
PROPERTIES (
"replication_allocation" = "tag.location.default: 1",
"replication_allocation" = "tag.location.default: 1"
);

0 comments on commit 030b319

Please sign in to comment.