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 e834ef7  [SPARK-35293][SQL][TESTS][FOLLOWUP] Update the hash key to 
refresh TPC-DS cache data in forked GA jobs
e834ef7 is described below

commit e834ef74dcbfc29f5288a41392dc3d5c08119fcf
Author: Takeshi Yamamuro <yamam...@apache.org>
AuthorDate: Thu May 6 16:06:50 2021 -0700

    [SPARK-35293][SQL][TESTS][FOLLOWUP] Update the hash key to refresh TPC-DS 
cache data in forked GA jobs
    
    ### What changes were proposed in this pull request?
    
    This is a follow-up PRi of #32420 and it intends to update the hash key to 
refresh TPC-DS cache data in forked GA jobs.
    
    ### Why are the changes needed?
    
    To recover GA jobs.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    GA passed.
    
    Closes #32460 from maropu/SPARK-35293-FOLLOWUP.
    
    Authored-by: Takeshi Yamamuro <yamam...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 3b6ce04..e6b5446 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -520,7 +520,7 @@ jobs:
       uses: actions/cache@v2
       with:
         path: ./tpcds-sf-1
-        key: tpcds-${{ 
hashFiles('sql/core/src/test/scala/org/apache/spark/sql/TPCDSSchema.scala') }}
+        key: tpcds-${{ hashFiles('.github/workflows/build_and_test.yml', 
'sql/core/src/test/scala/org/apache/spark/sql/TPCDSSchema.scala') }}
     - name: Checkout tpcds-kit repository
       if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
       uses: actions/checkout@v2

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

Reply via email to