Copilot commented on code in PR #3323:
URL: https://github.com/apache/doris-website/pull/3323#discussion_r2750412041


##########
versioned_docs/version-4.x/admin-manual/config/fe-config.md:
##########
@@ -2156,6 +2156,12 @@ Default:HDD
 
 When create a table(or partition), you can specify its storage medium(HDD or 
SSD). If not set, this specifies the default medium when create.
 
+#### `default_compression_type`
+
+Default: lz4 (before 4.0.3), zstd (since 4.0.3)
+
+When creating a table, you can specify its compression algorithm. If not set, 
this specifies the default compression type when creating a table. Valid values 
include: lz4, zstd.
+

Review Comment:
   This PR includes changes that are not mentioned in the PR description. The 
description only mentions updating FDB scripts location, but this file adds 
documentation for the `default_compression_type` configuration parameter. 
Please update the PR description to include all changes, or consider splitting 
these unrelated changes into separate PRs.



-- 
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]

Reply via email to