You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/06/26 16:17:26 UTC

[spark] branch master updated: [SPARK-44187][INFRA][BUILD] Enable benchmark on github to support Java 21

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 fd84fd3c29a [SPARK-44187][INFRA][BUILD] Enable benchmark on github to support Java 21
fd84fd3c29a is described below

commit fd84fd3c29a741e62e3a84cabf4ab73de236eced
Author: panbingkun <pb...@gmail.com>
AuthorDate: Mon Jun 26 09:17:15 2023 -0700

    [SPARK-44187][INFRA][BUILD] Enable benchmark on github to support Java 21
    
    ### What changes were proposed in this pull request?
    The pr aims to enable benchmark on github to support Java 21.
    
    ### Why are the changes needed?
    To be ready for Java 21.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    - Pass GA.
    - Manually test.
    
    Closes #41736 from panbingkun/SPARK-44187.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/workflows/benchmark.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 8671cff054b..9e5b0f42483 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -27,7 +27,7 @@ on:
         required: true
         default: '*'
       jdk:
-        description: 'JDK version: 8, 11 or 17'
+        description: 'JDK version: 8, 11, 17 or 21-ea'
         required: true
         default: '8'
       scala:


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