Skip to content

Conversation

@amogh-jahagirdar
Copy link
Contributor

@github-actions github-actions bot added the flink label Feb 27, 2023
@amogh-jahagirdar amogh-jahagirdar force-pushed the flink-branch-write-backports branch from 795f543 to 5d69daf Compare February 27, 2023 21:14
long durationMs = TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - startNano);
LOG.info(
"Committed {} to table: {}, checkpointId {} in {} ms",
"Committed {} to table: {}, branch: {}, checkpointId {} in {} ms",
Copy link
Contributor Author

@amogh-jahagirdar amogh-jahagirdar Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevenzwu I added this log for branch when backporting, noticed we were missing the branch after the operation actually committed. I'll add this to Flink 1.16 in a separate PR. Let me know your thoughts.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will be fine if you just add it in this PR.

Can you check the diff output and make sure no diff related to this backport?

git diff --no-index  flink/v1.14/flink/src/ flink/v1.16/flink/src
git diff --no-index  flink/v1.15/flink/src/ flink/v1.16/flink/src

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked, verified there's no diff related to this backport.

@amogh-jahagirdar amogh-jahagirdar changed the title Flink: Backport https://github.com/apache/iceberg/pull/6660/files to Flink 1.14 and 1.15 Flink: Backport #6660 to Flink 1.14 and 1.15 Feb 27, 2023
@amogh-jahagirdar amogh-jahagirdar force-pushed the flink-branch-write-backports branch from 5d69daf to 5a2b8ea Compare February 27, 2023 22:10
@amogh-jahagirdar amogh-jahagirdar force-pushed the flink-branch-write-backports branch from 5a2b8ea to 2ec3d41 Compare February 28, 2023 22:11
@amogh-jahagirdar
Copy link
Contributor Author

I rebased , saw there were some new changes and test additions. No conflicts but want to make sure tests pass after rebasing.

@stevenzwu stevenzwu merged commit d1679df into apache:master Feb 28, 2023
@stevenzwu
Copy link
Contributor

thanks @amogh-jahagirdar for the backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants