Skip to content

Fix timestamp precision in Iceberg testTableChangesFunction#19890

Merged
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/fix-timestamp-precision-in-iceberg-testtablechangesfunction-3fb4e2
Nov 28, 2023
Merged

Fix timestamp precision in Iceberg testTableChangesFunction#19890
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/fix-timestamp-precision-in-iceberg-testtablechangesfunction-3fb4e2

Conversation

@findepi
Copy link
Copy Markdown
Member

@findepi findepi commented Nov 24, 2023

The ISO_INSTANT use before the change does not render seconds fraction when it is zero, so the test failed when snapshot happened to be committed at a whole second.

Fixes #19242

@findepi findepi added test no-release-notes This pull request does not require release notes entry labels Nov 24, 2023
@findepi findepi requested review from alexjo2144 and ebyhr November 24, 2023 11:55
@cla-bot cla-bot bot added the cla-signed label Nov 24, 2023
@github-actions github-actions bot added the iceberg Iceberg connector label Nov 24, 2023
The ISO_INSTANT use before the change does not render seconds fraction
when it is zero, so the test failed when snapshot happened to be
committed at a whole second.
@findepi findepi force-pushed the findepi/fix-timestamp-precision-in-iceberg-testtablechangesfunction-3fb4e2 branch from 5ab4376 to 10bbae6 Compare November 24, 2023 12:02
@findepi findepi merged commit 5b092b1 into trinodb:master Nov 28, 2023
@findepi findepi deleted the findepi/fix-timestamp-precision-in-iceberg-testtablechangesfunction-3fb4e2 branch November 28, 2023 15:32
@github-actions github-actions bot added this to the 434 milestone Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed iceberg Iceberg connector no-release-notes This pull request does not require release notes entry test

Development

Successfully merging this pull request may close these issues.

Flaky BaseIcebergConnectorSmokeTest.testTableChangesFunction

2 participants