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 upper_bound and lower_bound functions give incorrect results when searching GDF_STRING_CATEGORY values
This is caused because the column's categories are not synced before doing the search
Steps/Code to reproduce bug
Call upper_bound / lower_bound with the cudf::table table and cudf::table values parameters containing a columns whose types are GDF_STRING_CATEGORY
Expected behavior upper_bound and lower_bound should give correct results when searching GDF_STRING_CATEGORY values
The text was updated successfully, but these errors were encountered:
Describe the bug
upper_bound
andlower_bound
functions give incorrect results when searching GDF_STRING_CATEGORY valuesThis is caused because the column's categories are not synced before doing the search
Steps/Code to reproduce bug
Call
upper_bound
/lower_bound
with thecudf::table table
andcudf::table values
parameters containing a columns whose types are GDF_STRING_CATEGORYExpected behavior
upper_bound
andlower_bound
should give correct results when searching GDF_STRING_CATEGORY valuesThe text was updated successfully, but these errors were encountered: