Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
Normal
Description
If the aggregate function is used in a select which fetches no records there is a ServerError reported.
It seems the bug is in org.apache.cassandra.cql3.functions.UDAggregate, there is an "assert !needsInit;" done on compute.
Attached is a file which creates a keyspace / table / data records and UDF/UDA to replicate the issue.
Attachments
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-13399 UDA fails without input rows
- Resolved