HyukjinKwon commented on code in PR #46334: URL: https://github.com/apache/spark/pull/46334#discussion_r1587434003
########## python/pyspark/ml/tests/connect/test_connect_tuning.py: ########## @@ -15,16 +15,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # - +import os import unittest from pyspark.sql import SparkSession from pyspark.ml.tests.connect.test_legacy_mode_tuning import CrossValidatorTestsMixin [email protected]("SPARK_SKIP_CONNECT_COMPAT_TESTS" in os.environ, "Requires JVM access") Review Comment: I am going to forward port a bit of changes into `master` to reduce the diff later. -- 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]
