dongjoon-hyun commented on pull request #30557: URL: https://github.com/apache/spark/pull/30557#issuecomment-736064765
BTW, please fix Python linter error. ``` /python/pyspark/tests/test_rdd.py:743:33: E127 continuation line over-indented for visual indent 20 ./python/pyspark/tests/test_rdd.py:750:33: E127 continuation line over-indented for visual indent 21 ./python/pyspark/tests/test_rdd.py:752:33: E127 continuation line over-indented for visual indent 22 ./python/pyspark/tests/test_rdd.py:754:33: E127 continuation line over-indented for visual indent ``` ---------------------------------------------------------------- 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]
