wu-sheng commented on a change in pull request #6120:
URL: https://github.com/apache/skywalking/pull/6120#discussion_r550884974
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/source/AbstractLog.java
##########
@@ -18,25 +18,29 @@
package org.apache.skywalking.oap.server.core.source;
+import java.util.ArrayList;
+import java.util.List;
import lombok.Getter;
import lombok.Setter;
import org.apache.skywalking.oap.server.core.UnexpectedException;
+import org.apache.skywalking.oap.server.core.analysis.manual.searchtag.Tag;
import org.apache.skywalking.oap.server.core.query.type.ContentType;
@Setter
@Getter
public abstract class AbstractLog extends Source {
private long timeBucket;
Review comment:
`abstract class Source` includes this already.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]