diff --git a/python/pyspark/pandas/config.py b/python/pyspark/pandas/config.py index 10acc8c3f9..b03f2e1379 100644 --- a/python/pyspark/pandas/config.py +++ b/python/pyspark/pandas/config.py @@ -175,7 +175,7 @@ _options = [ Option( key="compute.default_index_type", doc=("This sets the default index type: sequence, distributed and distributed-sequence."), - default="distributed-sequence", + default="sequence", types=str, check_func=( lambda v: v in ("sequence", "distributed", "distributed-sequence"),