This repository was archived by the owner on Jun 26, 2024. It is now read-only.
fix(explore): skip child filters for default filter#176
Open
skjindal93 wants to merge 1 commit intomainfrom
Open
fix(explore): skip child filters for default filter#176skjindal93 wants to merge 1 commit intomainfrom
skjindal93 wants to merge 1 commit intomainfrom
Conversation
Test Results361 tests ±0 361 ✔️ ±0 14s ⏱️ +4s Results for commit 0aa5dd5. ± Comparison against base commit 525fc0d. This pull request removes 28 and adds 13 tests. Note that renamed tests count towards both. |
Codecov Report
@@ Coverage Diff @@
## main #176 +/- ##
============================================
- Coverage 81.43% 81.39% -0.05%
Complexity 1323 1323
============================================
Files 125 125
Lines 5951 5954 +3
Branches 490 491 +1
============================================
Hits 4846 4846
- Misses 861 864 +3
Partials 244 244
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
anujgoyal1
approved these changes
Sep 14, 2023
| private Filter.Builder buildFilter( | ||
| ExploreRequest exploreRequest, List<String> entityIdAttributeIds, Set<String> entityIds) { | ||
| if (org.hypertrace.gateway.service.v1.common.Filter.getDefaultInstance() | ||
| .equals(exploreRequest.getFilter())) { |
Contributor
There was a problem hiding this comment.
Can we rely on presence check? or is there an upstream bug? Either way, not sure I'm following why entity IDs are ignored if there's no filter? Shouldn't we just not be and'ing and using only the in filter?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.