Skip to content

Commit ead523d

Browse files
committed
Resolved comments
1 parent 2272717 commit ead523d

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

python/pyspark/sql/readwriter.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,6 @@ def parquet(self, *paths, **options):
419419
**options
420420
For the extra options, refer to
421421
`Data Source Option <https://spark.apache.org/docs/latest/sql-data-sources-parquet.html#data-source-option>`_ # noqa
422-
and
423-
`Generic File Source Options <https://spark.apache.org/docs/latest/sql-data-sources-generic-options.html`>_ # noqa
424422
in the version you use.
425423
426424
Examples
@@ -1224,8 +1222,6 @@ def parquet(self, path, mode=None, partitionBy=None, compression=None):
12241222
Extra options
12251223
For the extra options, refer to
12261224
`Data Source Option <https://spark.apache.org/docs/latest/sql-data-sources-parquet.html#data-source-option>`_ # noqa
1227-
and
1228-
`Generic File Source Options <https://spark.apache.org/docs/latest/sql-data-sources-generic-options.html`>_ # noqa
12291225
in the version you use.
12301226
12311227
Examples

python/pyspark/sql/streaming.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,6 @@ def parquet(self, path, mergeSchema=None, pathGlobFilter=None, recursiveFileLook
684684
Extra options
685685
For the extra options, refer to
686686
`Data Source Option <https://spark.apache.org/docs/latest/sql-data-sources-parquet.html#data-source-option>`_
687-
and
688-
`Generic File Source Options <https://spark.apache.org/docs/latest/sql-data-sources-generic-options.html`>_ # noqa
689687
in the version you use.
690688
691689
Examples

sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ final class DataFrameWriter[T] private[sql](ds: Dataset[T]) {
860860
* format("parquet").save(path)
861861
* }}}
862862
*
863-
* Parquet-specific option(s) for reading Parquet files can be found in
863+
* Parquet-specific option(s) for writing Parquet files can be found in
864864
* <a href=
865865
* "https://spark.apache.org/docs/latest/sql-data-sources-parquet.html#data-source-option">
866866
* Data Source Option</a> in the version you use.

0 commit comments

Comments
 (0)