Skip to content

Make validation_history private before release #2054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

sungwy
Copy link
Collaborator

@sungwy sungwy commented Jun 1, 2025

Rationale for this change

validation_history is a helper function that will be used for checking for newly added manifests. Hence it would make sense to make this function private before it is released.

Are these changes tested?

Yes, integration tests and unit tests.

Are there any user-facing changes?

This function has yet to be released

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

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

Great one @sungwy, this gives more flexibility when we want to evolve the function, and I don't see any direct need to expose this to the end-user 👍

@Fokko Fokko merged commit 9185389 into apache:main Jun 1, 2025
10 checks passed
amitgilad3 pushed a commit to amitgilad3/iceberg-python that referenced this pull request Jul 7, 2025
<!--
Thanks for opening a pull request!
-->

<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->

# Rationale for this change

`validation_history` is a helper function that will be used for checking
for newly added manifests. Hence it would make sense to make this
function private before it is released.

# Are these changes tested?

Yes, integration tests and unit tests.

# Are there any user-facing changes?

This function has yet to be released
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants