xylaaaaa opened a new pull request, #61031:
URL: https://github.com/apache/doris/pull/61031
## Summary
- Treat `jfs://` (JuiceFS) as HDFS-compatible in FE and BE code paths.
- Add regression case for JuiceFS HMS catalog read.
- Keep docker/startup-script local changes out of this PR.
## FE Changes
- Add `jfs` handling to storage schema/type mapping and HDFS properties flow.
- Update resource/resource-manager related checks to recognize JuiceFS as
HDFS-like.
- Fix `CreateResourceCommandTest` lambda effectively-final compilation issue.
## BE Changes
- Add `jfs://` recognition in file factory and paimon Doris file system
integration.
## Regression
- Add suite:
-
`regression-test/suites/external_table_p0/refactor_storage_param/test_jfs_hms_catalog_read.groovy`
## Local Validation
- Built FE/BE with the above changes.
- Local end-to-end smoke verified for catalog read/write:
- create catalog -> create db/table with `jfs://...` location -> insert ->
select
- readback rows: `101`, `202`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]