maropu commented on a change in pull request #32243:
URL: https://github.com/apache/spark/pull/32243#discussion_r616362212



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -528,6 +515,24 @@ jobs:
       uses: actions/setup-java@v1
       with:
         java-version: 8
+    - name: Cache TPC-DS generated data
+      id: cache-tpcds-sf-1
+      uses: actions/cache@v2
+      with:
+        path: ./tpcds-sf-1
+        key: tpcds-${{ 
hashFiles('sql/core/src/test/scala/org/apache/spark/sql/TPCDSSchema.scala') }}

Review comment:
       yes, I think it is for now since this PR targets at schema definition 
changes.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to