-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Native getEvaluation APIs #124
Conversation
9f2060f
to
9106ed6
Compare
f382cb3
to
603c78a
Compare
d2428ba
to
6eb9be8
Compare
6eb9be8
to
c4f5908
Compare
c4f5908
to
9f444b9
Compare
value = values.getOrDefault(path[i], NULL_VALUE); | ||
value = values.getOrDefault(path[i], null); |
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.
What triggered this change?
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 the key is not found in the value struct, we should return null: NULL_VALUE is actually an allowed value for any existing key in the value struct (i.e. it indicates to return the default value)
Co-authored-by: Nicklas Lundin <[email protected]>
Add Confidence-native flag APIs: