WeichenXu123 commented on code in PR #46419: URL: https://github.com/apache/spark/pull/46419#discussion_r1591777525
########## python/pyspark/ml/tests/connect/test_connect_classification.py: ########## @@ -21,7 +21,6 @@ from pyspark.sql import SparkSession from pyspark.ml.tests.connect.test_legacy_mode_classification import ClassificationTestsMixin -# TODO(SPARK-48083): Reenable this test case Review Comment: `session.copyFromLocalToFs failure with 3.5 client <> 4.0 server` this is not an issue, `copyFromLocalToFs` requires spark server to config `spark.connect.copyFromLocalToFs.allowDestLocal` to False, because the test can only use local fs. -- 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]
