wangtianyi2004 commented on code in PR #1750:
URL: https://github.com/apache/doris-website/pull/1750#discussion_r1910237235


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/schema-change.md:
##########


Review Comment:
   1. 语法错误
   
![image](https://github.com/user-attachments/assets/1bfa0ec6-1144-4126-b2c7-d890a8d91837)
   



##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/schema-change.md:
##########
@@ -153,90 +146,54 @@ CREATE TABLE IF NOT EXISTS example_db.my_table(
     col4 int SUM,
     col5 varchar(32) REPLACE DEFAULT "abc"
 ) AGGREGATE KEY(col1, col2, col3)
-DISTRIBUTED BY HASH(col1) BUCKETS 1
-ROLLUP (
-    example_rollup_index (col1, col3, col4, col5)
-)
+DISTRIBUTED BY HASH(col1) BUCKETS 10
 PROPERTIES (

Review Comment:
   这个 properties 可以直接去掉



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to