Skip to content

Commit 043d308

Browse files
committed
Resolved comments
1 parent 3971dd8 commit 043d308

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

python/pyspark/sql/readwriter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,6 @@ def orc(self, path, mergeSchema=None, pathGlobFilter=None, recursiveFileLookup=N
799799
Extra options
800800
For the extra options, refer to
801801
`Data Source Option <https://spark.apache.org/docs/latest/sql-data-sources-orc.html#data-source-option>`_ # noqa
802-
and
803-
`Generic File Source Options <https://spark.apache.org/docs/latest/sql-data-sources-generic-options.html`>_ # noqa
804802
in the version you use.
805803
806804
Examples

python/pyspark/sql/streaming.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,6 @@ def orc(self, path, mergeSchema=None, pathGlobFilter=None, recursiveFileLookup=N
642642
Extra options
643643
For the extra options, refer to
644644
`Data Source Option <https://spark.apache.org/docs/latest/sql-data-sources-orc.html#data-source-option>`_ # noqa
645-
and
646-
`Generic File Source Options <https://spark.apache.org/docs/latest/sql-data-sources-generic-options.html`>_ # noqa
647645
in the version you use.
648646
649647
Examples

0 commit comments

Comments
 (0)