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:30 UTC

[spark] branch branch-3.4 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 branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new bf9c4b99cfc [SPARK-42793][CONNECT] `connect` module requires `build_profile_flags`
bf9c4b99cfc is described below

commit bf9c4b99cfc9fd987b0ccbf77f01f8a6ec965acf
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>
    (cherry picked from commit f55db2850ab2fbbc6d4973da552635f15375a4a5)
    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 751f0687f2c..3a9b7a9d0fa 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -277,6 +277,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