BartMiki commented on issue #12912:
URL: https://github.com/apache/druid/issues/12912#issuecomment-1221899036
It won't work like this, I need to update every override:
```java
@Override
@JsonValue
public Map<String, Object> toMap() {}
```
because of error:
`org.apache.druid.java.util.emitter.service.ServiceMetricEvent is not abstract
and does not override abstract method toMap() in
org.apache.druid.java.util.emitter.core.Event`
Any suggestions for a workaround @FrankChen021 ? Also, lots of
implementation uses ImmutableMap, which is not a HashMap, so this is a bit more
tricky to pull off.
--
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]