LuciferYang commented on code in PR #41856:
URL: https://github.com/apache/spark/pull/41856#discussion_r1263294643


##########
.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:
   @surnaik  I remove `--exclude=tpch-sf-1` and download the generated tpch 
data, then I found that the data file only contains parquet footer and no data
   
    



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

Reply via email to