thswlsqls opened a new pull request, #8956: URL: https://github.com/apache/paimon/pull/8956
### Purpose fix #8954 - Add a `dls://` row to the "Supported FileSystems" table in `docs/docs/maintenance/filesystems.mdx`. - `JindoDLSLoader.getScheme()` returns `"dls"` and is registered in `META-INF/services/org.apache.paimon.fs.FileIOLoader`; `paimon-jindodls` 1.4.1/1.4.2 are on Maven Central, yet `grep -rn "dls" docs/` matched nothing. - The Description column names the required jars and the environment-supplied Jindo SDK, and links to the [OSS](#oss) section that already documents that model for Jindo Fs. - Loader added in #7145, moved to `paimon-jindodls` in #7263. ### Tests - Docs-only change, no behavior change — no test added. - One added line; the table's column count and separator style are unchanged. - `yarn build` in `docs/` passes locally; also covered by CI (`.github/workflows/docs-tests.yml`). -- 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]
