Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/20705#discussion_r172023909
--- Diff: python/pyspark/sql/readwriter.py ---
@@ -147,6 +147,7 @@ def load(self, path=None, format=None, schema=None,
**options):
or a DDL-formatted string (For example ``col0 INT,
col1 DOUBLE``).
:param options: all other string options
+ >>> spark.conf.set("spark.sql.sources.default", "parquet")
--- End diff --
Yep. That was my first commit
[here](https://github.com/apache/spark/pull/20705#discussion-diff-171729865R150).
I'll rollback this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]