Ujwalsingh-190 opened a new pull request, #17888: URL: https://github.com/apache/dolphinscheduler/pull/17888
This PR fixes JSONUtils.toMap to support nested JSON and non-string values. Previously the method parsed Map<String, String> which caused failures when JSON values were objects or arrays. Now it parses Map<String, Object> and safely converts values to string format while maintaining backward compatibility. Fixes #17389 -- 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]
