database-mesh / pisanix

A Database Mesh Project Sponsored by SphereEx
https://www.pisanix.io
Apache License 2.0
281 stars 37 forks source link

Count function merge failed #378

Closed wbtlb closed 1 year ago

wbtlb commented 1 year ago

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?

xuanyuan300 commented 1 year ago

I will check on it.