Skip to content

Commit 6b39e06

Browse files
committed
Correct merge issue
1 parent aed5d30 commit 6b39e06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/pyspark/sql/readwriter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,8 @@ def parquet(self, *paths, **options):
457457
return self._df(self._jreader.parquet(_to_seq(self._spark._sc, paths)))
458458

459459
def text(self, paths, wholetext=False, lineSep=None, pathGlobFilter=None,
460-
recursiveFileLookup=None):
460+
recursiveFileLookup=None, modifiedBefore=modifiedBefore,
461+
modifiedAfter=modifiedAfter):
461462
"""
462463
Loads text files and returns a :class:`DataFrame` whose schema starts with a
463464
string column named "value", and followed by partitioned columns if there

0 commit comments

Comments
 (0)