Test Aggregation functions
Open
@xzhangxian1008 is already working on this.
Since Jul 13, 2022.
type/enhancement
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
Enhancement
releated issue: #4609
Test different types to guarantee the correctness of group by:
- decimal32
- int8
- int16
- int32
- int64
- Float32
- Float64
- MyDate
- MyDateTime
- String
- decimal
- enum
- unsigned number
Test group by with different collations:
- ascii_bin
- binary
- gbk_bin
- gbk_chinese_ci
- latin1_bin
- utf8_bin
- utf8_general_ci
- utf8_unicode_ci
- utf8mb4_bin
- utf8mb4_general_ci
- utf8mb4_unicode_ci
Tested aggregation functions:
- max
- min
- count
- sum
- first_row
- group_concat
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.