You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/15 09:14:45 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32161: [SPARK-35025] Move Parquet data source options from Python and Scala into a single page.

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



##########
File path: python/pyspark/sql/readwriter.py
##########
@@ -1266,6 +1223,11 @@ def parquet(self, path, mode=None, partitionBy=None, compression=None):
             ``spark.sql.parquet.compression.codec``. If None is set, it uses the
             value specified in ``spark.sql.parquet.compression.codec``.
 
+        Other Parameters
+        ----------------
+        Extra options (keyword argument)
+            `Data Source Option <http://127.0.0.1:4000/sql-data-sources-parquet.html#data-source-option>`_.

Review comment:
       `http://127.0.0.1:4000/sql-data-sources-parquet.html#data-source-option` looks wrong




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org