Skip to content

Commit 2dd4f32

Browse files
committed
Resolve conflicts
Signed-off-by: yuxiqian <34335406+yuxiqian@users.noreply.github.com>
1 parent 345871f commit 2dd4f32

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
@@ -285,7 +285,7 @@ public void testTimeTypesWithTemporalModeAdaptive() throws Exception {
285285
Object[] expectedSnapshot =
286286
new Object[] {
287287
2,
288-
18460,
288+
DateData.fromEpochDay(18460),
289289
64822000,
290290
64822123,
291291
64822123,

0 commit comments

Comments
 (0)