Yanquan Lv created FLINK-38185:
----------------------------------
Summary: Failed case:
IcebergWriterTest.testWriteWithAllSupportedTypes
Key: FLINK-38185
URL: https://issues.apache.org/jira/browse/FLINK-38185
Project: Flink
Issue Type: Sub-task
Components: Flink CDC
Affects Versions: cdc-3.4.0
Reporter: Yanquan Lv
Refer to
[https://github.com/apache/flink-cdc/actions/runs/16647516733/job/47111647177
|https://github.com/apache/flink-cdc/actions/runs/16647516733/job/47111647177.]
looks likt this is because of time zone related issue.
Detail message:
Error: Failures:
{code:java}
Error: IcebergWriterTest.testWriteWithAllSupportedTypes:344
Expecting actual:
["char, varchar, string, false, [1,2,3,4,5,], [1,2,3,4,5,6,7,8,9,10,], 0.00,
true, 2, 12345, 12345, 123.456, 123456.789, 00:00:12.345, 2003-10-20,
1970-01-01T00:00, 1970-01-01T00:00Z, 1970-01-01T04:00Z"]
to contain exactly in any order:
["char, varchar, string, false, [1,2,3,4,5,], [1,2,3,4,5,6,7,8,9,10,], 0.00,
true, 2, 12345, 12345, 123.456, 123456.789, 00:00:12.345, 2003-10-20,
1970-01-01T00:00, 1970-01-01T00:00Z, 1970-01-01T08:00Z"]
elements not found:
["char, varchar, string, false, [1,2,3,4,5,], [1,2,3,4,5,6,7,8,9,10,], 0.00,
true, 2, 12345, 12345, 123.456, 123456.789, 00:00:12.345, 2003-10-20,
1970-01-01T00:00, 1970-01-01T00:00Z, 1970-01-01T08:00Z"]
and elements not expected:
["char, varchar, string, false, [1,2,3,4,5,], [1,2,3,4,5,6,7,8,9,10,], 0.00,
true, 2, 12345, 12345, 123.456, 123456.789, 00:00:12.345, 2003-10-20,
1970-01-01T00:00, 1970-01-01T00:00Z, 1970-01-01T04:00Z"]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)