dongjoon-hyun opened a new pull request #26689: [SPARK-30056][INFRA] Skip 
building test artifacts in `dev/make-distribution.sh`
URL: https://github.com/apache/spark/pull/26689
 
 
   ### What changes were proposed in this pull request?
   
   This PR aims to skip building test artifacts in `dev/make-distribution.sh`.
   
   ### Why are the changes needed?
   
   Since the generated binary artifacts are irrelevant to the test jars, we can 
skip this.
   
   **BEFORE**
   ```
   $ time dev/make-distribution.sh
         305.54 real      1099.99 user        26.52 sys
   ```
   
   **AFTER**
   ```
   $ time dev/make-distribution.sh
         726.86 real      2526.04 user        45.63 sys
   ```
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manually check `dev/make-distribution.sh` result and time.
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to