-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support custom comparison in Map Aggregations #11124
Support custom comparison in Map Aggregations #11124
Conversation
✅ Deploy Preview for meta-velox canceled.
|
This pull request was exported from Phabricator. Differential Revision: D63570186 |
This pull request was exported from Phabricator. Differential Revision: D63570186 |
122b687
to
c8084f7
Compare
Summary: Pull Request resolved: facebookincubator#11124 Building on facebookincubator#11021 this adds support for custom comparison functions provided by custom types in the map aggregations map_agg and map_union. Note that I did not add support in map_union_sum because it currently only supports Maps with a fixed set of key types, and none of those provide custom comparisons. Differential Revision: D63570186
Summary: Pull Request resolved: facebookincubator#11124 Building on facebookincubator#11021 this adds support for custom comparison functions provided by custom types in the map aggregations map_agg and map_union. Note that I did not add support in map_union_sum because it currently only supports Maps with a fixed set of key types, and none of those provide custom comparisons. Differential Revision: D63570186
This pull request was exported from Phabricator. Differential Revision: D63570186 |
c8084f7
to
c877703
Compare
This pull request has been merged in 6911494. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
This pull request has been reverted by 813cfb8. |
Summary: This is a second attempt to land the changes in facebookincubator#11124 The original description: Building on facebookincubator#11021 this adds support for custom comparison functions provided by custom types in the map aggregations map_agg and map_union. Note that I did not add support in map_union_sum because it currently only supports Maps with a fixed set of key types, and none of those provide custom comparisons. New context: I landed this along with facebookincubator#11119 so it got reverted along with it. This particular change did not introduce any issues though. Differential Revision: D63796041
…cubator#11155) Summary: This is a second attempt to land the changes in facebookincubator#11124 The original description: Building on facebookincubator#11021 this adds support for custom comparison functions provided by custom types in the map aggregations map_agg and map_union. Note that I did not add support in map_union_sum because it currently only supports Maps with a fixed set of key types, and none of those provide custom comparisons. New context: I landed this along with facebookincubator#11119 so it got reverted along with it. This particular change did not introduce any issues though. Differential Revision: D63796041
…cubator#11155) Summary: This is a second attempt to land the changes in facebookincubator#11124 The original description: Building on facebookincubator#11021 this adds support for custom comparison functions provided by custom types in the map aggregations map_agg and map_union. Note that I did not add support in map_union_sum because it currently only supports Maps with a fixed set of key types, and none of those provide custom comparisons. New context: I landed this along with facebookincubator#11119 so it got reverted along with it. This particular change did not introduce any issues though. Differential Revision: D63796041
Summary: Pull Request resolved: #11155 This is a second attempt to land the changes in #11124 The original description: Building on #11021 this adds support for custom comparison functions provided by custom types in the map aggregations map_agg and map_union. Note that I did not add support in map_union_sum because it currently only supports Maps with a fixed set of key types, and none of those provide custom comparisons. New context: I landed this along with #11119 so it got reverted along with it. This particular change did not introduce any issues though. Reviewed By: xiaoxmeng Differential Revision: D63796041 fbshipit-source-id: 06e7ed5e5f62e8671341c6b938429aa05b23c177
Summary: Pull Request resolved: facebookincubator#11124 Building on facebookincubator#11021 this adds support for custom comparison functions provided by custom types in the map aggregations map_agg and map_union. Note that I did not add support in map_union_sum because it currently only supports Maps with a fixed set of key types, and none of those provide custom comparisons. Reviewed By: xiaoxmeng Differential Revision: D63570186 fbshipit-source-id: a1b11d851585486480ef31a1c7e0c3d6672ac1b1
…cubator#11155) Summary: Pull Request resolved: facebookincubator#11155 This is a second attempt to land the changes in facebookincubator#11124 The original description: Building on facebookincubator#11021 this adds support for custom comparison functions provided by custom types in the map aggregations map_agg and map_union. Note that I did not add support in map_union_sum because it currently only supports Maps with a fixed set of key types, and none of those provide custom comparisons. New context: I landed this along with facebookincubator#11119 so it got reverted along with it. This particular change did not introduce any issues though. Reviewed By: xiaoxmeng Differential Revision: D63796041 fbshipit-source-id: 06e7ed5e5f62e8671341c6b938429aa05b23c177
Summary:
Building on #11021 this adds support
for custom comparison functions provided by custom types in the map aggregations
map_agg and map_union.
Note that I did not add support in map_union_sum because it currently only supports
Maps with a fixed set of key types, and none of those provide custom comparisons.
Differential Revision: D63570186