wangyum opened a new pull request #25891: [SPARK-29203][SQL][TESTS] Reduce 
shuffle partitions in SQLQueryTestSuite
URL: https://github.com/apache/spark/pull/25891
 
 
   ### What changes were proposed in this pull request?
   This PR reduce shuffle partitions from 200 to 5 in `SQLQueryTestSuite` to 
reduce testing time.
   
   
   ### Why are the changes needed?
   Reduce testing time.
   
   
   ### Does this PR introduce any user-facing change?
   No.
   
   ### How was this patch tested?
   Manually tested in my local:
   Before:
   ```
   ...
   [info] - subquery/in-subquery/in-joins.sql (6 minutes, 19 seconds)
   [info] - subquery/in-subquery/not-in-joins.sql (2 minutes, 17 seconds)
   [info] - subquery/scalar-subquery/scalar-subquery-predicate.sql (45 seconds, 
763 milliseconds)
   ...
   ```
   After:
   ```
   ...
   [info] - subquery/in-subquery/in-joins.sql (1 minute, 12 seconds)
   [info] - subquery/in-subquery/not-in-joins.sql (27 seconds, 541 milliseconds)
   [info] - subquery/scalar-subquery/scalar-subquery-predicate.sql (17 seconds, 
360 milliseconds)
   ...
   ```
   
   
   

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