kfaraz commented on code in PR #16613:
URL: https://github.com/apache/druid/pull/16613#discussion_r1641596349
##########
processing/src/main/java/org/apache/druid/java/util/emitter/service/SegmentMetadataEvent.java:
##########
@@ -104,6 +105,7 @@ public EventMap toMap()
return EventMap.builder()
.put(FEED, getFeed())
+ .put("timestamp", createdTime.toString())
Review Comment:
Cool. In that case, I would advise we get rid of the extra field since I
couldn't find in the docs either. So I don't think we are required to have
backward compatibility in this case.
But if you want to go ahead with this PR, we can do that later too.
--
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]