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 b9ed0d7b8 [docs] Fix warehouse path of paimon inconsistent in
lakehouse-storage page
b9ed0d7b8 is described below
commit b9ed0d7b8cd511b9cf42b4ca5661eb94fbce8f6e
Author: yuxia Luo <[email protected]>
AuthorDate: Thu Jul 31 11:35:41 2025 +0800
[docs] Fix warehouse path of paimon inconsistent in lakehouse-storage page
---
website/docs/maintenance/tiered-storage/lakehouse-storage.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/maintenance/tiered-storage/lakehouse-storage.md
b/website/docs/maintenance/tiered-storage/lakehouse-storage.md
index e9818c9b1..9a8c97ff4 100644
--- a/website/docs/maintenance/tiered-storage/lakehouse-storage.md
+++ b/website/docs/maintenance/tiered-storage/lakehouse-storage.md
@@ -47,7 +47,7 @@ datalake.format: paimon
# the catalog config about Paimon, assuming using Filesystem catalog
datalake.paimon.metastore: filesystem
-datalake.paimon.warehouse: /tmp/paimon_data_warehouse
+datalake.paimon.warehouse: /tmp/paimon
```
Fluss processes Paimon configurations by removing the `datalake.paimon.`
prefix and then use the remaining configuration (without the prefix
`datalake.paimon.`) to create the Paimon catalog. Checkout the [Paimon
documentation](https://paimon.apache.org/docs/1.1/maintenance/configurations/)
for more details on the available configurations.