sandynz commented on pull request #13332: URL: https://github.com/apache/shardingsphere/pull/13332#issuecomment-956028136
Scaling works on master branch, MySQL backend. Data set include Chinese characters. Migrated data on target: ``` mysql> select * from t_order; +----------+---------+--------+ | order_id | user_id | status | +----------+---------+--------+ | 1 | 2 | ok | | 2 | 3 | ok | | 3 | 4 | ok | | 4 | 1 | ok | | 5 | 6 | ok好1 | | 6 | 5 | ok好1 | | 7 | 3 | ok好1 | | 8 | 5 | ok好1 | +----------+---------+--------+ 8 rows in set (0.04 sec) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
