dataroaring commented on code in PR #13061: URL: https://github.com/apache/doris/pull/13061#discussion_r984176217
########## docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md: ########## @@ -314,7 +314,9 @@ distribution_desc * `light_schema_change` - Doris would not use light schema change optimization by default. It is supported to turn on the optimization by set the property as true. + Whether to use the Light Schema Change optimization. + + If set to true, the addition and subtraction of value columns can be done more quickly and synchronously. Review Comment: substraction -> deletion. -- 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