Skip to content

Conversation

@manuzhang
Copy link
Member

@manuzhang manuzhang commented Jun 6, 2025

CleanShot 2025-09-08 at 23 49 43@2x

@github-actions
Copy link

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jul 10, 2025
@manuzhang manuzhang force-pushed the spark-sql-write-metrics branch from bed0942 to 1290eac Compare July 11, 2025 16:14
@github-actions github-actions bot removed the stale label Jul 12, 2025
@github-actions
Copy link

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Aug 11, 2025
@manuzhang manuzhang force-pushed the spark-sql-write-metrics branch from 1290eac to 52bc928 Compare August 11, 2025 01:09
@kevinjqliu kevinjqliu self-requested a review August 11, 2025 22:27
@github-actions github-actions bot removed the stale label Aug 12, 2025
@pan3793
Copy link
Member

pan3793 commented Sep 8, 2025

I'm also looking for this feature!

@manuzhang, if this is not easy to add UT, could you please leave some screenshots and queries to allow reviewers to verify this locally?

@manuzhang
Copy link
Member Author

@pan3793 Added a snapshot in the PR description.

@github-actions
Copy link

github-actions bot commented Oct 9, 2025

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 9, 2025
@github-actions
Copy link

This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Oct 16, 2025
@manuzhang manuzhang reopened this Oct 16, 2025
@github-actions github-actions bot removed the stale label Oct 17, 2025
@github-actions
Copy link

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Nov 16, 2025
@manuzhang manuzhang force-pushed the spark-sql-write-metrics branch from 52bc928 to 929c614 Compare November 16, 2025 00:46
return null;
}
}
}

Choose a reason for hiding this comment

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

nit: should this be

if (!metricsReport instanceof CommitReport) {
     return null
 }
 return (CommitReport) metricsReport;

Copy link
Member Author

Choose a reason for hiding this comment

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

Why do you think this is better?

Choose a reason for hiding this comment

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

more readable (it is a style thing); hence tagged with nit

Copy link
Member Author

Choose a reason for hiding this comment

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

I got it it's a style thing but not sure why what you suggests is better.

Choose a reason for hiding this comment

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

if (!metricsReport instanceof CommitReport) {
     return null
 }
 return (CommitReport) metricsReport;

looks less verbose to me

@github-actions github-actions bot removed the stale label Nov 17, 2025
@github-actions
Copy link

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Dec 18, 2025
@github-actions
Copy link

This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Dec 25, 2025
@manuzhang manuzhang reopened this Dec 25, 2025
@github-actions github-actions bot removed the stale label Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants