maropu commented on a change in pull request #31886:
URL: https://github.com/apache/spark/pull/31886#discussion_r603710170
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -428,3 +428,41 @@ jobs:
- name: Build with SBT
run: |
./build/sbt -Pyarn -Pmesos -Pkubernetes -Phive -Phive-thriftserver
-Phadoop-cloud -Pkinesis-asl -Phadoop-2.7 compile test:compile
+
+ tpcds-1g:
+ name: Run TPC-DS queries with SF=1
+ runs-on: ubuntu-20.04
+ steps:
+ - name: Checkout Spark repository
+ uses: actions/checkout@v2
+ - name: Checkout TPC-DS (SF=1) generated data repository
+ uses: actions/checkout@v2
+ with:
+ repository: maropu/spark-tpcds-sf-1
Review comment:
Ah, I see. To generate table data for `TPCDSQueryTestSuite`, I think we
need more fixes in the orignal repo because they have different TPC-DS schemas
(char/varchar vs string):
spark-sql-perf:
https://github.com/databricks/spark-sql-perf/blob/master/src/main/scala/com/databricks/spark/sql/perf/tpcds/TPCDSTables.scala#L57-L542
spark-master/branch-3.1:
https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/TPCDSBase.scala#L51-L548
I've filed a ticket for this:
https://github.com/databricks/spark-sql-perf/issues/198 I'll make a PR for it
when I have time later.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]