XComp commented on code in PR #24298: URL: https://github.com/apache/flink/pull/24298#discussion_r1486003318
########## flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java: ########## Review Comment: Can we also fix the naming in a hotfix commit? `ProtobufSQLITCaseTest` -> `ProtobufSQLITCase` ########## flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/VeryBigPbProtoToRowTest.java: ########## @@ -20,7 +20,7 @@ import org.apache.flink.formats.protobuf.testproto.VeryBigPbClass; -import org.junit.Test; +import org.junit.jupiter.api.Test; Review Comment: That one looks like it's accidentally added? -- 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]
