This is an automated email from the ASF dual-hosted git repository.

JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new c9a7236300 [docs] Add dls:// to the supported filesystems table (#8956)
c9a7236300 is described below

commit c9a72363006d044d799b44ecaf1bd705ef211d7a
Author: Eunbin Son <[email protected]>
AuthorDate: Mon Aug 3 20:08:16 2026 +0900

    [docs] Add dls:// to the supported filesystems table (#8956)
---
 docs/docs/maintenance/filesystems.mdx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/docs/maintenance/filesystems.mdx 
b/docs/docs/maintenance/filesystems.mdx
index 182bc37ab4..d80c942847 100644
--- a/docs/docs/maintenance/filesystems.mdx
+++ b/docs/docs/maintenance/filesystems.mdx
@@ -48,6 +48,7 @@ FileSystem pluggable jars for user to query tables from 
Spark/Hive side.
 | Microsoft Azure Storage      | abfs://    | Y         |                      
                                                  |
 | Huawei OBS                   | obs://     | Y         |                      
                                                  |
 | Google Cloud Storage         | gs://      | Y         |                      
                                                  |
+| Aliyun OSS-HDFS (DLS)        | dls://     | Y         | Requires 
`paimon-jindodls` and `paimon-jindo` jars, and the Jindo SDK in the environment 
(see [OSS](#oss)) |
 
 ## Dependency
 

Reply via email to