From 33d3e5bd4b76366f9cd13408aa38ebe9780da46f Mon Sep 17 00:00:00 2001 From: Sakthi Vel Date: Fri, 7 Mar 2025 08:32:55 +0900 Subject: [PATCH] [MINOR][DOCS] Fix small grammatical nit ### What changes were proposed in this pull request? A very minor grammatical nit. ### Why are the changes needed? To fix a very minor grammatical nit introduced while taking care of https://github.com/apache/spark/pull/50086 ### Does this PR introduce _any_ user-facing change? Yes, docs change. ### How was this patch tested? Manual verification. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #50196 from the-sakthi/minor-doc-fix. Authored-by: Sakthi Vel Signed-off-by: Hyukjin Kwon --- python/docs/source/user_guide/pandas_on_spark/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 31f3cff266de2..b634705d5ee73 100644 --- a/python/docs/source/user_guide/pandas_on_spark/options.rst +++ b/python/docs/source/user_guide/pandas_on_spark/options.rst @@ -210,7 +210,7 @@ This is conceptually equivalent to the PySpark example as below: .. warning:: Unlike `sequence`, since `distributed-sequence` is executed in a distributed environment, - the rows corresponding to each index may vary although the index itself is still + the rows corresponding to each index may vary although the index itself still remains globally sequential. This happens because the rows are distributed across multiple partitions and nodes, leading to indeterministic row-to-index mappings when the data is loaded.