Skip to content

Conversation

@allisonport-db
Copy link
Collaborator

@allisonport-db allisonport-db commented Oct 3, 2025

Which Delta project/connector is this regarding?

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

Description

Factors out some common utilities to a utils class. These will also be used additionally in the CCV2 commitRange implementation.

How was this patch tested?

Existing tests + adds unit tests.

Does this PR introduce any user-facing changes?

No

import java.util.stream.Collectors;
import java.util.stream.Stream;

public final class LogDataUtils {
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: private constructor

Copy link
Collaborator

@scottsand-db scottsand-db left a comment

Choose a reason for hiding this comment

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

LGTM! Good tests!

@allisonport-db allisonport-db merged commit 34fd618 into delta-io:master Oct 6, 2025
27 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