-
Notifications
You must be signed in to change notification settings - Fork 449
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
fix(interactive): Fix Bugs of Group Returning Results from Compiler #3533
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3533 +/- ##
===========================================
- Coverage 48.81% 27.89% -20.93%
===========================================
Files 177 176 -1
Lines 16198 16168 -30
===========================================
- Hits 7907 4510 -3397
- Misses 8291 11658 +3367 see 61 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What do these changes do?
Group Returning Results are split into multiple maps in user scenarios, for the query which results size is larger than 64 can trigger the issue, i.e.
This pr mainly fix the issue.
Related issue number
Fixes