HyukjinKwon commented on a change in pull request #30346:
URL: https://github.com/apache/spark/pull/30346#discussion_r522711041
##########
File path: python/pyspark/streaming/context.py
##########
@@ -268,8 +299,12 @@ def binaryRecordsStream(self, directory, recordLength):
them from another location within the same file system.
File names starting with . are ignored.
- :param directory: Directory to load data from
- :param recordLength: Length of each record in bytes
+ Parameters
+ ----------
+ directory : str
+ Directory to load data from
+ recordLength : bytes
Review comment:
```suggestion
recordLength : int
```
----------------------------------------------------------------
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]