Skip to content

Commit 329fe6c

Browse files
committed
WIP AI tests pass
1 parent 591d754 commit 329fe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/snowpark/modin/plugin/_internal/aggregation_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def _create_pandas_to_snowpark_pandas_aggregation_map(
579579
supported_in_pivot=True,
580580
),
581581
"nunique": _SnowparkPandasAggregation(
582-
axis_0_aggregation=lambda c: count(c.distinct()),
582+
axis_0_aggregation=count_distinct,
583583
preserves_snowpark_pandas_types=False,
584584
supported_in_pivot=True,
585585
),

0 commit comments

Comments
 (0)