zero323 commented on a change in pull request #30346:
URL: https://github.com/apache/spark/pull/30346#discussion_r523751933
##########
File path: python/pyspark/streaming/kinesis.pyi
##########
@@ -32,15 +35,15 @@ class KinesisUtils:
regionName,
Review comment:
Could we annotate all arguments?
```python
def createStream(
ssc: pyspark.streaming.context.StreamingContext,
kinesisAppName: str,
streamName: str,
endpointUrl: str,
regionName: str,
initialPositionInStream: int,
checkpointInterval: 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]