aho135 commented on code in PR #18993:
URL: https://github.com/apache/druid/pull/18993#discussion_r2776480490
##########
processing/src/main/java/org/apache/druid/java/util/emitter/core/EventMap.java:
##########
@@ -21,17 +21,18 @@
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
-import java.util.HashMap;
+import java.util.LinkedHashMap;
import java.util.Map;
/**
- * EventMap is a hash map implementation. It can be safely serialzed to JSON
using Jackson serializer as it
+ * EventMap is a linked hash map implementation where the insertion order of
key-value pairs is maintained.
+ * It can be safely serialzed to JSON using Jackson serializer as it
Review Comment:
```suggestion
* It can be safely serialized to JSON using Jackson serializer as it
```
--
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]