This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 0a9a21df7de [SPARK-34827][PYTHON][DOC] Remove outdated statements on 
distributed-sequence default index
0a9a21df7de is described below

commit 0a9a21df7dea62c5f129d91c049d0d3408d0366e
Author: Xinrong Meng <xinrong.m...@databricks.com>
AuthorDate: Thu May 12 09:07:11 2022 +0900

    [SPARK-34827][PYTHON][DOC] Remove outdated statements on 
distributed-sequence default index
    
    ### What changes were proposed in this pull request?
    Remove outdated statements on distributed-sequence default index.
    
    ### Why are the changes needed?
    Since distributed-sequence default index is updated to be enforced only 
while execution, there are stale statements in documents to be removed.
    
    ### Does this PR introduce _any_ user-facing change?
    No. Doc change only.
    
    ### How was this patch tested?
    Manual tests.
    
    Closes #36513 from xinrong-databricks/defaultIndexDoc.
    
    Authored-by: Xinrong Meng <xinrong.m...@databricks.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
    (cherry picked from commit cec1e7b4e68deac321f409d424a3acdcd4cb91be)
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/docs/source/user_guide/pandas_on_spark/options.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/python/docs/source/user_guide/pandas_on_spark/options.rst 
b/python/docs/source/user_guide/pandas_on_spark/options.rst
index fd2e975aa9d..a82962a4373 100644
--- a/python/docs/source/user_guide/pandas_on_spark/options.rst
+++ b/python/docs/source/user_guide/pandas_on_spark/options.rst
@@ -186,9 +186,7 @@ This is conceptually equivalent to the PySpark example as 
below:
 **distributed-sequence**: It implements a sequence that increases one by one, 
by group-by and
 group-map approach in a distributed manner. It still generates the sequential 
index globally.
 If the default index must be the sequence in a large dataset, this
-index has to be used.
-Note that if more data are added to the data source after creating this index,
-then it does not guarantee the sequential index. See the example below:
+index has to be used. See the example below:
 
 .. code-block:: python
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to