Skip to content

Commit 2933c47

Browse files
rename test method
1 parent be43a3f commit 2933c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-doris/src/test/java/org/apache/flink/cdc/connectors/doris/sink/DorisEventSerializerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class DorisEventSerializerTest {
7373
new BinaryRecordDataGenerator(((RowType) SCHEMA.toRowDataType()));
7474

7575
@Test
76-
public void testDataChangeEventWithFullDataType() throws IOException {
76+
public void testDataChangeEventWithTimeDataType() throws IOException {
7777
Schema schema =
7878
Schema.newBuilder()
7979
.physicalColumn("id_", DataTypes.BIGINT().notNull())

0 commit comments

Comments
 (0)