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
The aggregation std with batch processing has been implemented for groupby and windowing contexts. For reduction context, currently we only support standalone processing for a single input column.
The aggregation
std
with batch processing has been implemented for groupby and windowing contexts. For reduction context, currently we only support standalone processing for a single input column.We need to support batch processing for
std
, as requested by spark-rapids (NVIDIA/spark-rapids#62 and NVIDIA/spark-rapids#7891).The text was updated successfully, but these errors were encountered: