surnaik commented on code in PR #41856:
URL: https://github.com/apache/spark/pull/41856#discussion_r1263516785
##########
.github/workflows/benchmark.yml:
##########
@@ -186,7 +251,7 @@ jobs:
# To keep the directory structure and file permissions, tar them
# See also
https://github.com/actions/upload-artifact#maintaining-file-permissions-and-case-sensitive-files
echo "Preparing the benchmark results:"
- tar -cvf benchmark-results-${{ github.event.inputs.jdk }}-${{
github.event.inputs.scala }}.tar `git diff --name-only` `git ls-files --others
--exclude=tpcds-sf-1 --exclude-standard`
+ tar -cvf benchmark-results-${{ github.event.inputs.jdk }}-${{
github.event.inputs.scala }}.tar `git diff --name-only` `git ls-files --others
--exclude=tpcds-sf-1 --exclude=tpch-sf-1 --exclude-standard`
Review Comment:
Interesting find, let me check the local data, but do you know where else
would tpch dbgen be available from?
I'm using from github.com/databricks/tpch-dbgen
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]