-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-48492: [GLib][Ruby] Add MapLookupOptions #48513
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
Conversation
|
|
kou
left a comment
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.
+1
| def build_map_with_duplicate_keys | ||
| end | ||
|
|
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.
Can we remove this?
| def build_map_with_duplicate_keys | |
| end |
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.
Some leftover from an earlier design, sorry about that.
4986d0d to
18aebf4
Compare
### Rationale for this change The `MapLookupOptions` class is not available in GLib/Ruby, and it is used together with the `map_lookup` compute function. ### What changes are included in this PR? This adds the `MapLookupOptions` class to GLib. ### Are these changes tested? Yes, with Ruby unit tests. ### Are there any user-facing changes? Yes, a new class. * GitHub Issue: apache#48492 Authored-by: Sten Larsson <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 5fbefae. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
The
MapLookupOptionsclass is not available in GLib/Ruby, and it is used together with themap_lookupcompute function.What changes are included in this PR?
This adds the
MapLookupOptionsclass to GLib.Are these changes tested?
Yes, with Ruby unit tests.
Are there any user-facing changes?
Yes, a new class.