This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch release-0.7 in repository https://gitbox.apache.org/repos/asf/fluss.git
commit b7a1e86fe90b1987306b870d5153f7a2762701b7 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 1a22e37ad..3901b9c5f 100644 --- a/website/docs/maintenance/tiered-storage/lakehouse-storage.md +++ b/website/docs/maintenance/tiered-storage/lakehouse-storage.md @@ -45,7 +45,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.
