thswlsqls opened a new issue, #8954: URL: https://github.com/apache/paimon/issues/8954
**Search before asking** - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. **Paimon version** master @ 8cd760d64 **Compute Engine** Engine-agnostic (core) **Minimal reproduce step** 1. Open the "Supported FileSystems" table in `docs/docs/maintenance/filesystems.mdx` (lines 41-50). 2. `grep -rn "dls" docs/` returns no match. 3. `JindoDLSLoader.getScheme()` (`paimon-filesystems/paimon-jindodls/.../JindoDLSLoader.java` line 39) returns `"dls"`, and the class is registered in `META-INF/services/org.apache.paimon.fs.FileIOLoader`. 4. `paimon-jindodls` 1.4.1 / 1.4.2 are published on Maven Central. **What doesn't meet your expectations?** `dls://` resolves to `JindoFileIO` at runtime (`DLSFileIOTest#testDLSFileIO`), but the docs state neither that `dls://` is supported nor what it needs: the `paimon-jindodls` and `paimon-jindo` jars plus a Jindo SDK supplied by the environment — the model the OSS section of that page already describes. **Anything else?** Added in #7145, moved into `paimon-jindodls` in #7263; neither PR touched `docs/`. **Are you willing to submit a PR?** - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
