KaiSong-UK opened a new pull request, #18427:
URL: https://github.com/apache/dolphinscheduler/pull/18427
## What changes were made?
When user sets `customConfig=YES` and provides a resource file but leaves
the json textarea empty `{}`, this fix reads the resource file content and uses
it as the DataX job JSON.
## Related Issue
Closes #18389
## How was this patch tested?
- When json field is `{}` and a resource file is provided, the resource file
content is read and used as DataX JSON
- When json field is properly set, the existing behavior is unchanged
- When no resource file is provided, the empty json `{}` is used as-is
(existing behavior)
--
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]