mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
Due to an overzealous assertion put in the code (in one of the last iterations, by the way!) it was impossible to create an aggregate which accepts multiple arguments. The behavior is now fixed, and a test case is provided for it. Tests: unit(release) Closes #9211 * github.com:scylladb/scylla: cql-pytest: add test case for UDA with multiple args cql3: fix aggregates with > 1 argument