This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 9caa3bbb042901aabb84b33098c18af13e026a57 Author: Chesnay Schepler <ches...@apache.org> AuthorDate: Mon Feb 12 11:50:39 2024 +0100 [hotfix] Rename ProtobufSQLITCaseTest -> ProtobufSQLITCase --- .../protobuf/{ProtobufSQLITCaseTest.java => ProtobufSQLITCase.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java b/flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCase.java similarity index 99% rename from flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java rename to flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCase.java index ea869241ea2..422574115e8 100644 --- a/flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCaseTest.java +++ b/flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/ProtobufSQLITCase.java @@ -40,7 +40,7 @@ import static org.junit.Assert.assertNull; import static org.junit.Assert.fail; /** Integration SQL test for protobuf. */ -public class ProtobufSQLITCaseTest extends BatchTestBase { +public class ProtobufSQLITCase extends BatchTestBase { private MapTest getProtoTestObject() { MapTest.InnerMessageTest innerMessageTest =