the-sakthi commented on code in PR #50086:
URL: https://github.com/apache/spark/pull/50086#discussion_r1972666469
##########
python/docs/source/user_guide/pandas_on_spark/options.rst:
##########
@@ -208,6 +208,16 @@ This is conceptually equivalent to the PySpark example as
below:
>>> spark_df.rdd.zipWithIndex().map(lambda p: p[1]).collect()
[0, 1, 2]
+.. warning::
+ Unlike `sequence`, since `distributed-sequence` is executed in a
distributed environment,
+ the rows corresponding to each index can be different although the index
itself is still
Review Comment:
Thanks for the quick revision with the suggestions considered, @itholic
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]