mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
Objects extending json_base are not movable, so we won't be able to pass them via future<>, which will assert that types are nothrow move constructible. This problem only affects httpd::utils_json::histogram, which is used in map-reduce. This patch changes the aggregation to work on domain value (utils::ihistrogram) instead of json objects.
6.3 KiB
6.3 KiB