mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
" For collections and UDTs the `MIN()` and `MAX()` functions are generated on the fly. Until now they worked by comparing just the byte representations of their arguments. This patch employs specific per-type comparators to provide semantically sensible, dynamically created aggregates. Fixes #6768 " * jul-stas-6768-use-type-comparators-for-minmax: tests: Test min/max on set aggregate_fcts: Use per-type comparators for dynamic types