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
Resolves#9044 by ensuring that when the left table is empty the functions short-circuit accordingly. Where necessary (i.e. for full joins) the complementary pairs of indices are returned.
Authors:
- Vyas Ramasubramani (https://github.com/vyasr)
Approvers:
- Nghia Truong (https://github.com/ttnghia)
URL: #9146
Describe the bug
Performing a conditional join when the left table has zero rows throws the following exception:
Steps/Code to reproduce bug
Apply the following patch and run JOIN_TEST:
Note that this fails for other join types as well such as left and inner joins.
Expected behavior
Joins should not crash when given one or more empty tables as input.
The text was updated successfully, but these errors were encountered: