Skip to content

Commit

Permalink
Revert "Re-trigger a job to generate TPCDS data"
Browse files Browse the repository at this point in the history
This reverts commit c1184ee.
  • Loading branch information
maropu committed May 16, 2021
1 parent c1184ee commit 9357a49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,7 @@ jobs:
uses: actions/cache@v2
with:
path: ./tpcds-sf-1
# key: tpcds-${{ hashFiles('.github/workflows/build_and_test.yml', 'sql/core/src/test/scala/org/apache/spark/sql/TPCDSSchema.scala') }}
key: tpcds-2a5078a782192ddb6efbcead8de9973d6ab4f069
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
Expand Down

0 comments on commit 9357a49

Please sign in to comment.