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
In current implementation of rolling_collect_set, we call lists::detail::drop_list_duplicates with hard-code parameters for null_equal and nan_equal by mistake, which disabled the two configs. (code link)
P.S. The bug is not that urgent, since it won't do harm to the downstream projects (spark-rapids).
The text was updated successfully, but these errors were encountered:
Describe the bug
In current implementation of rolling_collect_set, we call
lists::detail::drop_list_duplicates
with hard-code parameters fornull_equal
andnan_equal
by mistake, which disabled the two configs. (code link)P.S. The bug is not that urgent, since it won't do harm to the downstream projects (spark-rapids).
The text was updated successfully, but these errors were encountered: