Skip to content

Commit 5d74c35

Browse files
authored
Update python/pyspark/pandas/config.py
1 parent 63ef433 commit 5d74c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/pandas/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def validate(self, v: Any) -> None:
175175
Option(
176176
key="compute.default_index_type",
177177
doc=("This sets the default index type: sequence, distributed and distributed-sequence."),
178-
default="distributed-sequence",
178+
default="sequence",
179179
types=str,
180180
check_func=(
181181
lambda v: v in ("sequence", "distributed", "distributed-sequence"),

0 commit comments

Comments
 (0)