You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2023/03/14 23:56:18 UTC

[spark] branch master updated: [SPARK-42793][CONNECT] `connect` module requires `build_profile_flags`

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 f55db2850ab [SPARK-42793][CONNECT] `connect` module requires `build_profile_flags`
f55db2850ab is described below

commit f55db2850ab2fbbc6d4973da552635f15375a4a5
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Mar 15 08:56:04 2023 +0900

    [SPARK-42793][CONNECT] `connect` module requires `build_profile_flags`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `build_profile_flags` to `connect` module.
    
    ### Why are the changes needed?
    
    SPARK-42656 added `connect` profile.
    https://github.com/apache/spark/blob/4db8e7b7944302a3929dd6a1197ea1385eecc46a/assembly/pom.xml#L155-L164
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. This is a dev-only change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #40424 from dongjoon-hyun/SPARK-42793.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 dev/sparktestsupport/modules.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 5fcc4365d20..bbc5cedf9f8 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -300,6 +300,7 @@ connect = Module(
     source_file_regexes=[
         "connector/connect",
     ],
+    build_profile_flags=["-Pconnect"],
     sbt_test_goals=[
         "connect/test",
         "connect-client-jvm/test",


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