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

yamamuro pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 8ebc1d3  [SPARK-35413][INFRA] Use the SHA of the latest commit when 
checking out databricks/tpcds-kit
8ebc1d3 is described below

commit 8ebc1d317f978e524d55449ecc88daa806dde009
Author: Takeshi Yamamuro <yamam...@apache.org>
AuthorDate: Mon May 17 09:26:04 2021 +0900

    [SPARK-35413][INFRA] Use the SHA of the latest commit when checking out 
databricks/tpcds-kit
    
    ### What changes were proposed in this pull request?
    
    This PR proposes to use the SHA of the latest commit 
([2a5078a782192ddb6efbcead8de9973d6ab4f069](https://github.com/databricks/tpcds-kit/commit/2a5078a782192ddb6efbcead8de9973d6ab4f069))
 when checking out `databricks/tpcds-kit`. This can prevent the test workflow 
from breaking accidentally if the repository changes drastically.
    
    ### Why are the changes needed?
    
    For better test workflow.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, dev-only.
    
    ### How was this patch tested?
    
    GA passed.
    
    Closes #32561 from maropu/UseRefInCheckout.
    
    Authored-by: Takeshi Yamamuro <yamam...@apache.org>
    Signed-off-by: Takeshi Yamamuro <yamam...@apache.org>
    (cherry picked from commit 2390b9dbcbc0b0377d694d2c3c2c0fa78179cbd6)
    Signed-off-by: Takeshi Yamamuro <yamam...@apache.org>
---
 .github/workflows/build_and_test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 936a256..77a2c79 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -428,6 +428,7 @@ jobs:
       uses: actions/checkout@v2
       with:
         repository: databricks/tpcds-kit
+        ref: 2a5078a782192ddb6efbcead8de9973d6ab4f069
         path: ./tpcds-kit
     - name: Build tpcds-kit
       if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'

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

Reply via email to