dongjoon-hyun commented on code in PR #43184:
URL: https://github.com/apache/spark/pull/43184#discussion_r1341951003


##########
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:
   Yes, currently, it should be installed manually like Numpy. 
   
   However, it's independent from supporting Python 3.12 itself.
   
   Can we do that porting after this?



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