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
When all values are null, group_merge_tdigest() always produces only one empty cluster regardless of the number of groups in the result key column. As a result, the result table cannot be created because of the column size mismatch between the key and the value columns.
Describe the bug
This bug was originally reported in NVIDIA/spark-rapids#11367.
When all values are null,
group_merge_tdigest()
always produces only one empty cluster regardless of the number of groups in the result key column. As a result, the result table cannot be created because of the column size mismatch between the key and the value columns.Steps/Code to reproduce bug
Repro steps are described in NVIDIA/spark-rapids#11367 (comment).
Expected behavior
group_merge_tdigest()
should return the same number of empty clusters as the keys in the result.The text was updated successfully, but these errors were encountered: