dongjoon-hyun commented on code in PR #43184: URL: https://github.com/apache/spark/pull/43184#discussion_r1341951167
########## python/pyspark/pandas/plot/matplotlib.py: ########## @@ -15,7 +15,7 @@ # limitations under the License. # -from distutils.version import LooseVersion +from packaging.version import Version Review Comment: I can proceed to port `packaging` tomorrow separately too because USA doesn't have Chuseok, @HyukjinKwon . :) -- 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]
