This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 7197ec697 [AMORO-3616][Improvement] Correct the spelling errors in doc
of Managing Optimizers page (#3618)
7197ec697 is described below
commit 7197ec697b66bca5b8f29fbcae6f2d4898e9e978
Author: Akeron <[email protected]>
AuthorDate: Fri Jun 13 18:33:07 2025 +0800
[AMORO-3616][Improvement] Correct the spelling errors in doc of Managing
Optimizers page (#3618)
Fix spelling error in doc of Managing Optimizers page
Co-authored-by: ZKK <[email protected]>
---
docs/admin-guides/managing-optimizers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/admin-guides/managing-optimizers.md
b/docs/admin-guides/managing-optimizers.md
index c289bfa13..6e6913d8b 100644
--- a/docs/admin-guides/managing-optimizers.md
+++ b/docs/admin-guides/managing-optimizers.md
@@ -56,7 +56,7 @@ containers:
The format for optimizing URI is
`thrift://{host}:{port}?parameter1=value2¶meter2=value2`.
The supported parameters include:
-| Parameter Name | efault Value | Description
|
+| Parameter Name | Default Value | Description
|
|----------------|-------------------|------------------------------------------------------------|
| autoReconnect | true | If reconnect the server when the
connection is broken |
| maxReconnects | 5 | Retry times when reconnecting
|