Skip to content

Commit a36cf5d

Browse files
yuxiqianlvyanquan
authored andcommitted
Resolve conflicts
Signed-off-by: yuxiqian <[email protected]>
1 parent 008fcfe commit a36cf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-postgres/src/test/java/org/apache/flink/cdc/connectors/postgres/source/PostgresFullTypesITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public void testTimeTypesWithTemporalModeAdaptive() throws Exception {
286286
Object[] expectedSnapshot =
287287
new Object[] {
288288
2,
289-
18460,
289+
DateData.fromEpochDay(18460),
290290
64822000,
291291
64822123,
292292
64822123,

0 commit comments

Comments
 (0)