aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/functions.py
diff options
context:
space:
mode:
authorFelix Cheung <felixcheung_m@hotmail.com>2016-11-03 22:27:35 -0700
committerFelix Cheung <felixcheung@apache.org>2016-11-03 22:27:35 -0700
commita08463b1d32348a81d0f148dfaf22741d5c23b1a (patch)
tree033bca747dc95d4aa7b3e240209222fb07df73d1 /python/pyspark/sql/functions.py
parentaa412c55e31e61419d3de57ef4b13e50f9b38af0 (diff)
downloadspark-a08463b1d32348a81d0f148dfaf22741d5c23b1a.tar.gz
spark-a08463b1d32348a81d0f148dfaf22741d5c23b1a.tar.bz2
spark-a08463b1d32348a81d0f148dfaf22741d5c23b1a.zip
[SPARK-14393][SQL][DOC] update doc for python and R
## What changes were proposed in this pull request? minor doc update that should go to master & branch-2.1 ## How was this patch tested? manual Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #15747 from felixcheung/pySPARK-14393.
Diffstat (limited to 'python/pyspark/sql/functions.py')
-rw-r--r--python/pyspark/sql/functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/sql/functions.py b/python/pyspark/sql/functions.py
index 45e3c22bfc..245357a4ba 100644
--- a/python/pyspark/sql/functions.py
+++ b/python/pyspark/sql/functions.py
@@ -543,7 +543,7 @@ def shiftRightUnsigned(col, numBits):
@since(1.6)
def spark_partition_id():
- """A column for partition ID of the Spark task.
+ """A column for partition ID.
Note that this is indeterministic because it depends on data partitioning and task scheduling.