vogievetsky opened a new issue #7631: Add ability for task and supervisor to recall the exact spec that was sent to them URL: https://github.com/apache/incubator-druid/issues/7631 ### Description It would be helpful if a task / supervisor could recall the exact JSON spec that was sent to it rather than on that has been through Jackson. ### Motivation This would greatly improve the usability of any tool that sends a spec to Druid such as the new [data loader](https://github.com/apache/incubator-druid/issues/7502) and then expects to retrieve it. Right now all the default values are inlined by Jackson which means that some information is lost (i.e. did the user really set `taskStatusCheckPeriodMs: 1000` or was that the inlined default?)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
