We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd54b2 commit ddb2102Copy full SHA for ddb2102
R/pkg/R/functions.R
@@ -1181,8 +1181,8 @@ setMethod("soundex",
1181
1182
#' Return the partition ID as a column
1183
#'
1184
-#' Return the column for partition ID of the Spark task.
1185
-#' Note that this is indeterministic because it depends on data partitioning and
+#' Return the partition ID of the Spark task as a SparkDataFrame column.
+#' Note that this is nondeterministic because it depends on data partitioning and
1186
#' task scheduling.
1187
1188
#' This is equivalent to the SPARK_PARTITION_ID function in SQL.
0 commit comments