This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new c1710cce [hotfix] Fix typo in server.yaml (#1277)
c1710cce is described below
commit c1710ccea40f367eb7bef500b98885f4d53ed199
Author: XianmingZhou00 <[email protected]>
AuthorDate: Mon Jul 7 10:21:38 2025 +0800
[hotfix] Fix typo in server.yaml (#1277)
---
fluss-dist/src/main/resources/server.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fluss-dist/src/main/resources/server.yaml
b/fluss-dist/src/main/resources/server.yaml
index eeb40cf7..f079b71f 100644
--- a/fluss-dist/src/main/resources/server.yaml
+++ b/fluss-dist/src/main/resources/server.yaml
@@ -31,7 +31,7 @@ zookeeper.address: localhost:2181
# Common
#==============================================================================
-# THe default bucket number to be used when creating tables if no bucket number
+# The default bucket number to be used when creating tables if no bucket number
# is specified for the table.
default.bucket.number: 1