This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 57c92fbab9bb [MINOR][PYTHON][TESTS] Add init file to 
pyspark.ml.tests.connect
57c92fbab9bb is described below

commit 57c92fbab9bb812c51a03d95c671802e96acd1d1
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Tue Sep 5 15:19:28 2023 +0900

    [MINOR][PYTHON][TESTS] Add init file to pyspark.ml.tests.connect
    
    ### What changes were proposed in this pull request?
    
    This PR proposes to add `__init__.py` file to `pyspark.ml.tests.connect`
    
    ### Why are the changes needed?
    
    To make `pyspark.ml.tests.connect` as a canonical Python package
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    N/A
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #42813 from HyukjinKwon/minor-init.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/pyspark/ml/tests/connect/__init__.py | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/python/pyspark/ml/tests/connect/__init__.py 
b/python/pyspark/ml/tests/connect/__init__.py
new file mode 100644
index 000000000000..cce3acad34a4
--- /dev/null
+++ b/python/pyspark/ml/tests/connect/__init__.py
@@ -0,0 +1,16 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to