boluor opened a new pull request, #3733: URL: https://github.com/apache/doris-website/pull/3733
## Summary The column-compression page lists the supported `compression` values and then says: > If not specified explicitly, Doris uses the system default compression algorithm. …without naming which one. The default is **ZSTD** (FE configuration `default_compression_type`). Name it explicitly so users don't have to guess: > If not specified explicitly, Doris uses the default compression algorithm `ZSTD` (controlled by the FE configuration `default_compression_type`). Applied to the current/4.x EN and zh pages. The 2.1/3.x pages don't carry this sentence, so no change there. Reported in #2652. ## Test plan - [x] Default value confirmed in FE source (`Config.default_compression_type = "ZSTD"`). - [x] Dead-link check passes on the changed files. - [ ] CI build. Closes #2652 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
