[GitHub] [spark] HyukjinKwon commented on a change in pull request #34323: [SPARK-37042][PYTHON] Inline type hints for kinesis.py and listener.py in python/pyspark/streaming

2021-10-21 Thread GitBox
HyukjinKwon commented on a change in pull request #34323: URL: https://github.com/apache/spark/pull/34323#discussion_r734239196 ## File path: python/pyspark/streaming/kinesis.py ## @@ -14,17 +14,21 @@ # See the License for the specific language governing permissions and #

[GitHub] [spark] HyukjinKwon commented on a change in pull request #34323: [SPARK-37042][PYTHON] Inline type hints for kinesis.py and listener.py in python/pyspark/streaming

2021-10-21 Thread GitBox
HyukjinKwon commented on a change in pull request #34323: URL: https://github.com/apache/spark/pull/34323#discussion_r734226805 ## File path: python/pyspark/streaming/kinesis.py ## @@ -34,11 +38,22 @@ def utf8_decoder(s): class KinesisUtils(object): @staticmethod -

[GitHub] [spark] HyukjinKwon commented on a change in pull request #34323: [SPARK-37042][PYTHON] Inline type hints for kinesis.py and listener.py in python/pyspark/streaming

2021-10-21 Thread GitBox
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 -