HyukjinKwon commented on code in PR #46155: URL: https://github.com/apache/spark/pull/46155#discussion_r1575561525
########## python/pyspark/ml/stat.py: ########## @@ -22,7 +22,8 @@ from pyspark.ml.common import _java2py, _py2java from pyspark.ml.linalg import Matrix, Vector from pyspark.ml.wrapper import JavaWrapper, _jvm -from pyspark.sql.column import Column, _to_seq +from pyspark.sql.column import Column Review Comment: This file is only used in Spark Classic so it should probably be fine. It is a bit messy and complicated .. I will try to refactor them separately. -- 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]
