Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
When running in spark-shell:
create table t(col string collate utf8_lcase) insert into t values 'a', 'a', 'A' select approx_count_distinct(col) from t
we get 2 as an answer, but it should be 1.
Attachments
Issue Links
- links to