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

dongjoon 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 eacf82ad227e [SPARK-45231][INFRA][FOLLOWUP] Remove unrecognized and 
meaningless command about Ammonite from the GA testing workflow
eacf82ad227e is described below

commit eacf82ad227ec201924601a093532c4a9d080877
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Sat Dec 23 15:14:28 2023 -0800

    [SPARK-45231][INFRA][FOLLOWUP] Remove unrecognized and meaningless command 
about Ammonite from the GA testing workflow
    
    ### What changes were proposed in this pull request?
    The pr is followup https://github.com/apache/spark/pull/42993
    
    ### Why are the changes needed?
    Remove unrecognized and meaningless command about Ammonite from the GA 
testing workflow.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #44386 from panbingkun/SPARK-45231_FOLLOWUP.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/maven_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven_test.yml b/.github/workflows/maven_test.yml
index 8f44f07fc000..3f19c76fd961 100644
--- a/.github/workflows/maven_test.yml
+++ b/.github/workflows/maven_test.yml
@@ -174,7 +174,7 @@ jobs:
         shell: 'script -q -e -c "bash {0}"'
         run: |
           # Fix for TTY related issues when launching the Ammonite REPL in 
tests.
-          export TERM=vt100 && script -qfc 'echo exit | amm -s' && rm 
typescript
+          export TERM=vt100
           # `set -e` to make the exit status as expected due to use `script -q 
-e -c` to run the commands
           set -e
           export MAVEN_OPTS="-Xss64m -Xmx4g -Xms4g 
-XX:ReservedCodeCacheSize=128m -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN"


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

Reply via email to