wangyum commented on a change in pull request #31303:
URL: https://github.com/apache/spark/pull/31303#discussion_r563018912



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -430,3 +430,29 @@ jobs:
     - name: Build with SBT
       run: |
         ./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver 
-Phadoop-cloud -Pkinesis-asl -Phadoop-2.7 compile test:compile
+
+  tpcds1g:
+    name: Benchmark TPC-DS with 1GB scale factor
+    runs-on: ubuntu-20.04
+    continue-on-error: true
+    steps:
+      - name: Checkout Spark repository
+        uses: actions/checkout@v2
+      - name: Checkout TPC-DS 1G repository
+        uses: actions/checkout@v2
+        with:
+          repository: wangyum/tpcds1g
+          path: ./tpcds1g

Review comment:
       We can move it to another place if needed: 
https://github.com/wangyum/tpcds1g




----------------------------------------------------------------
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