Skip to content

Conversation

@trialiya
Copy link
Contributor

Replaced entitySpecs-based cache key with comprehensive SearchHandlerKey that includes all configuration components. This prevents test instability where different search configurations with identical entitySpecs would incorrectly share already cached handler instances.

@github-actions github-actions bot added product PR or Issue related to the DataHub UI/UX community-contribution PR or Issue raised by member(s) of DataHub Community labels Nov 14, 2025
@datahub-cyborg datahub-cyborg bot added the needs-review Label for PRs that need review from a maintainer. label Nov 14, 2025
@codecov
Copy link

codecov bot commented Nov 14, 2025

Bundle Report

Bundle size has no change ✅

@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!


@Override
public int hashCode() {
return entitySpecs.hashCode();
Copy link
Collaborator

@deepgarg760 deepgarg760 Nov 17, 2025

Choose a reason for hiding this comment

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

implementation of hashcode and equals is out of sync. It can reimplemented

@datahub-cyborg datahub-cyborg bot added pending-submitter-response Issue/request has been reviewed but requires a response from the submitter and removed needs-review Label for PRs that need review from a maintainer. labels Nov 17, 2025
"urn:li:dataset:(urn:li:dataPlatform:bigquery,bigquery-public-data.covid19_geotab_mobility_impact.ca_border_wait_times,PROD)");
assertTrue(explainResponse.isExists());
assertEquals(explainResponse.getExplanation().getValue(), 18.0f);
assertEquals(explainResponse.getExplanation().getValue(), 1.25f);
Copy link
Collaborator

@deepgarg760 deepgarg760 Nov 17, 2025

Choose a reason for hiding this comment

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

why this has changed ? Seems to be unrelated with the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution PR or Issue raised by member(s) of DataHub Community depot pending-submitter-response Issue/request has been reviewed but requires a response from the submitter product PR or Issue related to the DataHub UI/UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants