From 4de067f080b8cd3f361bbfdc0301ef8ae676f08c Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 1 Oct 2024 14:57:02 -0400 Subject: [PATCH] Fix docs --- datafusion/physical-plan/src/aggregates/group_values/column.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datafusion/physical-plan/src/aggregates/group_values/column.rs b/datafusion/physical-plan/src/aggregates/group_values/column.rs index fc598a41d276..28f35b2bded2 100644 --- a/datafusion/physical-plan/src/aggregates/group_values/column.rs +++ b/datafusion/physical-plan/src/aggregates/group_values/column.rs @@ -123,8 +123,7 @@ impl GroupValuesColumn { } } -/// instantiates a [`PrimitiveGroupValueBuilder`] or -/// [`NonNullPrimitiveGroupValueBuilder`] and pushes it into $v +/// instantiates a [`PrimitiveGroupValueBuilder`] and pushes it into $v /// /// Arguments: /// `$v`: the vector to push the new builder into