apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.88k stars 4.63k forks source link

[Fix-16331] fix the resource file cannot be displayed hierarchically #16336

Closed JohnZp closed 3 days ago

JohnZp commented 4 months ago

Purpose of the pull request

fix #16331

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

Pull Request Notice

Pull Request Notice

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

JohnZp commented 4 months ago

LGTM, but please make the CI happy.

mvn spotless:apply

Do I need to resubmit?

SbloodyS commented 4 months ago

Do I need to resubmit?

Yes

SbloodyS commented 2 months ago

e.g. /dolphinscheduler/tenant1/resources/spark/xx.jar /dolphinscheduler/tenant2/resources/spark/yy.jar

For this case, I think we can keep tenant1/resources/spark/xx.jar for user is enough.

Are you still working on this? @JohnZp