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

PL-354 - fix key equality #638

Merged
merged 3 commits into from
Sep 11, 2023
Merged

PL-354 - fix key equality #638

merged 3 commits into from
Sep 11, 2023

Conversation

rkolesnev
Copy link
Contributor

@rkolesnev rkolesnev commented Sep 7, 2023

Fixed key equality comparison - use deep equality / hash code for Object and primitive arrays.
Resolves #579

Checklist

  • Documentation (if applicable)
  • Changelog

@rkolesnev rkolesnev marked this pull request as ready for review September 7, 2023 12:38
@rkolesnev rkolesnev requested a review from eddyv September 7, 2023 12:38
Copy link
Member

@eddyv eddyv left a comment

Choose a reason for hiding this comment

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

The changes look fine... but the pipeline is complaining that it's slow. Maybe the comparisons are too slow?

@rkolesnev rkolesnev merged commit 075b4f9 into master Sep 11, 2023
@rkolesnev rkolesnev deleted the fix/byte-array branch September 11, 2023 15:06
cprovencher pushed a commit that referenced this pull request Nov 3, 2023
fix: array key equality - enables byte array key comparison to work correctly in Key ordered mode
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.

ByteArray key parallelism is not working as expected
2 participants