-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release #54
Release #54
Conversation
vazarkevych
commented
May 11, 2024
- Changelog v0.5.1 v0.5.2 (Changelog v0.5.1 v0.5.2 #53)
Co-authored-by: Bohdan Akimenko <[email protected]>
* reduce amount of exceptions based on serialized null values and add break statements for most of the switch-cases. * add new test cases and ensure that unexpected exceptions let the tests fail. * trial commit * undo trial commit * Add attributeDataType checking for NULL. * adjust test definition and evaluation implementation. --------- Co-authored-by: Bohdan Akimenko <[email protected]>
Co-authored-by: Bohdan Akimenko <[email protected]>
Co-authored-by: Bohdan Akimenko <[email protected]>
…#46) * Add check & unit tests in case the feature value is a collection implementation (set, list) * Fixing errors after merge * Fixing failing test raised by merge --------- Co-authored-by: vu-linh <[email protected]> Co-authored-by: Bohdan Akimenko <[email protected]>
I have one question in regard of this line:
in |
.minBucketVersion(rule.getMinBucketVersion()) | ||
.bucketVersion(rule.getBucketVersion()) | ||
.disableStickyBucketing(rule.getDisableStickyBucketing()) | ||
.fallbackAttribute(rule.getFallbackAttribute()) |
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.
Should'nt we also set the ConditionalJson here?
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.
Thank you for mentioning this issue. We have fixed it and are now creating a new pull request with these changes.