-
Notifications
You must be signed in to change notification settings - Fork 44
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: Explain of _group with dockeys filter to be []string #1348
fix: Explain of _group with dockeys filter to be []string #1348
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1348 +/- ##
========================================
Coverage 70.67% 70.67%
========================================
Files 184 184
Lines 17820 17819 -1
========================================
Hits 12594 12594
Misses 4273 4273
+ Partials 953 952 -1
|
if c.DocKeys.HasValue() { | ||
childExplainGraph["docKeys"] = c.DocKeys.Value | ||
childExplainGraph["docKeys"] = c.DocKeys.Value() |
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.
lol - is one to to keep an eye out for in the future, good spot 😆
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.
if only we had a anyButNotAFunc
instead of any
haha.
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
…ork#1348) Fixes the bug in simple explain attribute of group node that was causing `"docKeys":(func() []string)0x132ea40`. But we expected it to be `"docKeys": []string{"bae-6a4c5bc5-b044-5a03-a868-8260af6f2254"}`. Also add a test for it.
Relevant issue(s)
[]string
#1347Description
Fixes the bug in simple explain attribute of group node that was causing
"docKeys":(func() []string)0x132ea40
.But we expected it to be
"docKeys": []string{"bae-6a4c5bc5-b044-5a03-a868-8260af6f2254"}
.Also add a test for it.
How has this been tested?
Integration test + CI
Specify the platform(s) on which this was tested: