HyukjinKwon commented on a change in pull request #33570:
URL: https://github.com/apache/spark/pull/33570#discussion_r679786195



##########
File path: python/pyspark/pandas/config.py
##########
@@ -175,7 +175,7 @@ def validate(self, v: Any) -> None:
     Option(
         key="compute.default_index_type",
         doc=("This sets the default index type: sequence, distributed and 
distributed-sequence."),
-        default="sequence",
+        default="distributed-sequence",

Review comment:
       ```suggestion
           default="sequence",
   ```




-- 
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]

Reply via email to