HyukjinKwon commented on a change in pull request #34323:
URL: https://github.com/apache/spark/pull/34323#discussion_r734139380
##########
File path: python/pyspark/streaming/kinesis.py
##########
@@ -34,11 +38,22 @@ def utf8_decoder(s):
class KinesisUtils(object):
@staticmethod
- def createStream(ssc, kinesisAppName, streamName, endpointUrl, regionName,
- initialPositionInStream, checkpointInterval,
- storageLevel=StorageLevel.MEMORY_AND_DISK_2,
- awsAccessKeyId=None, awsSecretKey=None,
decoder=utf8_decoder,
- stsAssumeRoleArn=None, stsSessionName=None,
stsExternalId=None):
+ def createStreamcreateStream(
Review comment:
Why was the name changed?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]