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

Count function merge failed #378

Closed
wbtlb opened this issue Nov 14, 2022 · 1 comment · Fixed by #380
Closed

Count function merge failed #378

wbtlb opened this issue Nov 14, 2022 · 1 comment · Fixed by #380
Assignees
Labels
in:sharding Sharding related changes type:bug Misbehavior

Comments

@wbtlb
Copy link
Contributor

wbtlb commented Nov 14, 2022

Bug Report

What version of Pisanix are you using?

pisanix v0.3.1

What operating system and CPU are you using?

Steps to reproduce

MySQL [mysqlio_test]> select count(*) from t_order;
+----------+
| count(*) |
+----------+
| 1 |
| 1 |
+----------+

What did you expect?

in Sharding, after count computing, result should be merged

What did happened?

@wbtlb wbtlb added type:bug Misbehavior in:sharding Sharding related changes labels Nov 14, 2022
@xuanyuan300
Copy link
Contributor

I will check on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:sharding Sharding related changes type:bug Misbehavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants