We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@rcaudy pointed out that there might be a bug in the KeyObjectHash::replace logic in this statement. It should instead say
KeyObjectHash::replace
if (mode != IF_ABSENT && (oldValue == null || candidate.equals(oldValue))) {
As part of this issue, investigate and fix the issue and add some tests for it. Also, resolve the TODO introduced in #5357.
Context: This issue was highlighted as part of review of #5357 because we couldn't use the replace method because of this potential issue.
replace
The text was updated successfully, but these errors were encountered:
Moved to https://deephaven.atlassian.net/browse/DH-18265
Sorry, something went wrong.
malhotrashivam
No branches or pull requests
@rcaudy pointed out that there might be a bug in the
KeyObjectHash::replace
logic in this statement.It should instead say
As part of this issue, investigate and fix the issue and add some tests for it. Also, resolve the TODO introduced in #5357.
Context: This issue was highlighted as part of review of #5357 because we couldn't use the
replace
method because of this potential issue.The text was updated successfully, but these errors were encountered: