FrankChen021 commented on PR #13029:
URL: https://github.com/apache/druid/pull/13029#issuecomment-1237684611
But if we look at other extensions, such as graphite emitter, it has the
same code,
```java
public class GraphiteEmitter implements Emitter
{
private static Logger log = new Logger(GraphiteEmitter.class);
```
And this extension does not explictly include slf4j dependency. Why does it
have similar compliation error? This is weired.
--
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]