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

Convert Split to record #21583

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Convert Split to record #21583

merged 1 commit into from
Apr 18, 2024

Commits on Apr 18, 2024

  1. Convert Split to record

    Since the records have generates equals and hashCode methods, we need to switch away from using Set<Split> in the scheduler
    implementation which seems incorrect anyway as it suggests that we want to remove duplicates but hashCode and equals are not
    part of the ConnectorSplit contract.
    wendigo committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f6ad259 View commit details
    Browse the repository at this point in the history