You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createtablex0(a intprimary key, b int);
createtablex1(c intprimary key, b int);
insert into x0 (a, b) values (1, 11), (2, null), (3, 0);
insert into x1 (c, b) values (1, 11);
Overview of the Issue
count of cross shard outer join shows incorrect result.
Reproduction Steps
As you see, this is good, however the followings are bad.
Binary Version
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: