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
Describe the bug
When an inner join result would produce more than 2^31 output rows, hash_join::inner_join_size returns a negative number rather than the correct result.
Steps/Code to reproduce bug
Apply the following patch and run JOIN_TEST.
Describe the bug
When an inner join result would produce more than 2^31 output rows,
hash_join::inner_join_size
returns a negative number rather than the correct result.Steps/Code to reproduce bug
Apply the following patch and run
JOIN_TEST
.Expected behavior
The output row count is correct even if the value exceeds 31 bits.
The text was updated successfully, but these errors were encountered: