zero323 commented on a change in pull request #34323:
URL: https://github.com/apache/spark/pull/34323#discussion_r738160026



##########
File path: python/pyspark/streaming/kinesis.py
##########
@@ -47,10 +47,10 @@ def createStream(
         regionName: str,
         initialPositionInStream: str,
         checkpointInterval: int,
+        *,

Review comment:
       Sorry,, but we're still not there.
   
   Any argument positioned before `decoder` can be used in both keyword and 
positional. Only when you omit `decoder`, remaining arguments have to be named 
to avoid ambiguity. So `*` should be exactly where `decoder` was.




-- 
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]

Reply via email to