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 e327c1220abf [SPARK-47884][INFRA] Switch ANSI SQL CI job to NON-ANSI 
SQL CI job
e327c1220abf is described below

commit e327c1220abf355dd15135fde07ff08df5ff237b
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Wed Apr 17 19:16:26 2024 +0900

    [SPARK-47884][INFRA] Switch ANSI SQL CI job to NON-ANSI SQL CI job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to switch `ANSI SQL` GitHub Action job to `NON-ANSI SQL` 
GitHub Action job.
    - Rename `build_ansi.yml` to `build_non_ansi.yml`
    - Change job name from `ANSI` to `NON-ANSI`
    - Change `SPARK_ANSI_SQL_MODE` to `false`.
    
    ### Why are the changes needed?
    
    Since SPARK-44111, Apache Spark uses ANSI mode by default. So, we need to 
switch this to keep `NON-ANSI SQL` mode test coverage.
    - https://github.com/apache/spark/pull/46013
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review. This should be tested after merging.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46099 from dongjoon-hyun/SPARK-47884.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 .github/workflows/{build_ansi.yml => build_non_ansi.yml} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_ansi.yml 
b/.github/workflows/build_non_ansi.yml
similarity index 92%
rename from .github/workflows/build_ansi.yml
rename to .github/workflows/build_non_ansi.yml
index d9f587ae203b..cf97cdd4bfa1 100644
--- a/.github/workflows/build_ansi.yml
+++ b/.github/workflows/build_non_ansi.yml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: "Build / ANSI (master, Hadoop 3, JDK 17, Scala 2.13)"
+name: "Build / NON-ANSI (master, Hadoop 3, JDK 17, Scala 2.13)"
 
 on:
   schedule:
@@ -36,7 +36,7 @@ jobs:
       hadoop: hadoop3
       envs: >-
         {
-          "SPARK_ANSI_SQL_MODE": "true",
+          "SPARK_ANSI_SQL_MODE": "false",
         }
       jobs: >-
         {


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

Reply via email to