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 404d58c74e16 [SPARK-47081][CONNECT][FOLLOW-UP] Add the `shell` module 
into PyPI package
404d58c74e16 is described below

commit 404d58c74e1623b29f51f3f6b967ac5d0185db13
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Fri Apr 5 10:02:51 2024 +0900

    [SPARK-47081][CONNECT][FOLLOW-UP] Add the `shell` module into PyPI package
    
    ### What changes were proposed in this pull request?
    
    This PR is a followup of https://github.com/apache/spark/pull/45150 that 
adds the new `shell` module into PyPI package.
    
    ### Why are the changes needed?
    
    So PyPI package contains `shell` module.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, the main change has not been released yet.
    
    ### How was this patch tested?
    
    The test case will be added at https://github.com/apache/spark/pull/45870. 
It was found out during working on that PR.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #45882 from HyukjinKwon/SPARK-47081-followup.
    
    Lead-authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Co-authored-by: Hyukjin Kwon <gurwls...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/packaging/classic/setup.py | 1 +
 python/packaging/connect/setup.py | 1 +
 2 files changed, 2 insertions(+)

diff --git a/python/packaging/classic/setup.py 
b/python/packaging/classic/setup.py
index 5242f749d622..8844d225d1b8 100755
--- a/python/packaging/classic/setup.py
+++ b/python/packaging/classic/setup.py
@@ -275,6 +275,7 @@ try:
             "pyspark.sql.connect.client",
             "pyspark.sql.connect.functions",
             "pyspark.sql.connect.proto",
+            "pyspark.sql.connect.shell",
             "pyspark.sql.connect.streaming",
             "pyspark.sql.connect.streaming.worker",
             "pyspark.sql.functions",
diff --git a/python/packaging/connect/setup.py 
b/python/packaging/connect/setup.py
index f77074a1bb20..157bc86c192e 100755
--- a/python/packaging/connect/setup.py
+++ b/python/packaging/connect/setup.py
@@ -103,6 +103,7 @@ try:
         "pyspark.sql.connect.client",
         "pyspark.sql.connect.functions",
         "pyspark.sql.connect.proto",
+        "pyspark.sql.connect.shell",
         "pyspark.sql.connect.streaming",
         "pyspark.sql.connect.streaming.worker",
         "pyspark.sql.functions",


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

Reply via email to