itholic commented on code in PR #50086: URL: https://github.com/apache/spark/pull/50086#discussion_r1972664726
########## 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 @the-sakthi ! Just applied the suggestions -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org