Beyyes commented on code in PR #7297:
URL: https://github.com/apache/iotdb/pull/7297#discussion_r970390751
##########
session/src/main/java/org/apache/iotdb/session/Session.java:
##########
@@ -88,7 +88,7 @@
import java.util.stream.Collectors;
@SuppressWarnings({"java:S107", "java:S1135"}) // need enough parameters,
ignore todos
-public class Session {
+public class Session implements ISession {
Review Comment:
Methods need to be added `@Overried` annotation.
--
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]