Skip to content
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

[Kernel] Itty bitty refactor #4188

Merged

Conversation

allisonport-db
Copy link
Collaborator

@allisonport-db allisonport-db commented Feb 26, 2025

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

Just itty bitty clean up -- reduces changes in add/remove action API prototype.

How was this patch tested?

Existing tests suffice.

Does this PR introduce any user-facing changes?

No

@@ -27,7 +27,7 @@ private IcebergCompatV2Utils() {}
*
* @param dataFileStatus The {@link DataFileStatus} to validate.
*/
public static void validDataFileStatus(DataFileStatus dataFileStatus) {
public static void validateDataFileStatus(DataFileStatus dataFileStatus) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

just better naming :)

@allisonport-db allisonport-db merged commit 0fbe9b9 into delta-io:master Feb 27, 2025
21 checks passed
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.

3 participants