zachjsh commented on code in PR #13548: URL: https://github.com/apache/druid/pull/13548#discussion_r1053620966
########## indexing-service/src/main/java/org/apache/druid/indexing/common/task/AbstractTask.java: ########## @@ -96,6 +97,9 @@ public static IngestionMode fromString(String name) private final Map<String, Object> context; private File reportsFile; + @JsonIgnore + public static Map<String, Object> taskMetadata; Review Comment: Any reason to not re-use the existing `context`? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
