Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2.5, 1.4.1
-
None
-
None
-
2020-1, 2020-2
Description
Count with distinct and 2 columns triggers a UDAF error message on every other execution. See attached image for details.
Attachments
Issue Links
- relates to
-
MCOL-3738 COUNT DISTINCT should accept multiple columns
-
- Closed
-
InnoDB allows for multiple params on COUNT DISTINCT, Columnstore does not.
In ver 1.1, an appropriate error was generated. After the inclusion of the UDAF API, the code sees the multi-parameter and mistakes it for a UDAF, but the first parameter wasn't part of a UDAF, and the confusing error is generated.
For this JIRA, I'll try to get the proper error message back. I'll also open a JIRA to enable multiple parameters for COUNT DISTINCT.