cchighman commented on a change in pull request #28841:
URL: https://github.com/apache/spark/pull/28841#discussion_r468636840
##########
File path: python/pyspark/sql/readwriter.py
##########
@@ -114,6 +114,14 @@ def option(self, key, value):
* ``pathGlobFilter``: an optional glob pattern to only include
files with paths matching
the pattern. The syntax follows
org.apache.hadoop.fs.GlobFilter.
It does not change the behavior of partition discovery.
+ * ``modifiedBefore``: an optional timestamp to only include files
with
+ modification times occurring before the specified time. The
provided timestamp
+ must be in the following format: YYYY-MM-DDTHH:mm:ss
Review comment:
Completed throughout files.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]