ruanwenjun edited a comment on issue #6072: URL: https://github.com/apache/dolphinscheduler/issues/6072#issuecomment-922618198
@EricPyZhou The second way is not a good practice, in most times, we don't use Map<String, Object>, it lost the compiled type check. The first way is good, and the `JSONUtils.parseObject` is use the first way. You need to remove the `toMap` method in `JSONUtils`. -- 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]
