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


##########
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)

Review Comment:
   The surrounding config entries in this section use the full-width "Default:" 
label (e.g., `default_storage_medium` at line 2155), but this new entry uses 
"Default:". Please make the default-value label punctuation consistent within 
the document.



##########
docs/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)

Review Comment:
   The surrounding config entries in this section use the full-width "Default:" 
label (e.g., `default_storage_medium` at line 2155), but this new entry uses 
"Default:". Please make the default-value label punctuation consistent within 
the document.



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