Skip to content

Commit ddb2102

Browse files
committed
Update function description.
1 parent cbd54b2 commit ddb2102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/pkg/R/functions.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,8 @@ setMethod("soundex",
11811181

11821182
#' Return the partition ID as a column
11831183
#'
1184-
#' Return the column for partition ID of the Spark task.
1185-
#' Note that this is indeterministic because it depends on data partitioning and
1184+
#' Return the partition ID of the Spark task as a SparkDataFrame column.
1185+
#' Note that this is nondeterministic because it depends on data partitioning and
11861186
#' task scheduling.
11871187
#'
11881188
#' This is equivalent to the SPARK_PARTITION_ID function in SQL.

0 commit comments

Comments
 (0)