-
Notifications
You must be signed in to change notification settings - Fork 8.3k
clickhouse-client: Got 2 in totals chunk, expected 1 #12460
Copy link
Copy link
Closed
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official releasefuzzProblem found by one of the fuzzersProblem found by one of the fuzzers
Description
/4/ :) SELECT arrayJoin([1, 2]) GROUP BY 1 WITH TOTALS FORMAT JSON
{
"meta":
[
{
"name": "arrayJoin([1, 2])",
"type": "UInt8"
}
],
"data":
[
{
"arrayJoin([1, 2])": 1
},
{
"arrayJoin([1, 2])": 2
}← Progress: 0.00 rows, 0.00 B (0.00 rows/s., 0.00 B/s.) Logical error: 'Got 2 in totals chunk, expected 1'.
clickhouse-client: /home/akuzm/ch4/ch/src/Common/Exception.cpp:45: DB::Exception::Exception(const std::string &, int): Assertion `false' failed.
Aborted (core dumped)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugConfirmed user-visible misbehaviour in official releaseConfirmed user-visible misbehaviour in official releasefuzzProblem found by one of the fuzzersProblem found by one of the fuzzers