Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Aggregation functions #5347

Open
13 of 30 tasks
Tracked by #4609
xzhangxian1008 opened this issue Jul 11, 2022 · 1 comment
Open
13 of 30 tasks
Tracked by #4609

Test Aggregation functions #5347

xzhangxian1008 opened this issue Jul 11, 2022 · 1 comment
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@xzhangxian1008
Copy link
Contributor

xzhangxian1008 commented Jul 11, 2022

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
@xzhangxian1008 xzhangxian1008 added the type/enhancement The issue or PR belongs to an enhancement. label Jul 11, 2022
@xzhangxian1008
Copy link
Contributor Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant