[GitHub] [spark] HyukjinKwon commented on a change in pull request #34363: [SPARK-37083][PYTHON] Inline type hints for python/pyspark/accumulators.py

2021-10-21 Thread GitBox
HyukjinKwon commented on a change in pull request #34363: URL: https://github.com/apache/spark/pull/34363#discussion_r734240778 ## File path: python/pyspark/accumulators.py ## @@ -176,44 +193,44 @@ class AccumulatorParam(object): [7.0, 8.0, 9.0] """ -def

[GitHub] [spark] HyukjinKwon commented on a change in pull request #34363: [SPARK-37083][PYTHON] Inline type hints for python/pyspark/accumulators.py

2021-10-21 Thread GitBox
HyukjinKwon commented on a change in pull request #34363: URL: https://github.com/apache/spark/pull/34363#discussion_r734240526 ## File path: python/pyspark/accumulators.py ## @@ -20,20 +20,32 @@ import struct import socketserver as SocketServer import threading +from