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 cudf::hash_join will throw an exception like the following when constructing the instance from a table with zero rows and subsequently calling the inner_join_size() method.
Steps/Code to reproduce bug
Apply the following patch and run the join tests
Expected behavior
cudf::hash_join should return 0 when calling inner_join_size() when the table passed on instance construction was empty. Similarly a subsequent inner_join call should return empty gather maps.
The text was updated successfully, but these errors were encountered:
Describe the bug
cudf::hash_join
will throw an exception like the following when constructing the instance from a table with zero rows and subsequently calling theinner_join_size()
method.Steps/Code to reproduce bug
Apply the following patch and run the join tests
Expected behavior
cudf::hash_join should return 0 when calling
inner_join_size()
when the table passed on instance construction was empty. Similarly a subsequentinner_join
call should return empty gather maps.The text was updated successfully, but these errors were encountered: