zhztheplayer opened a new pull request, #6052:
URL: https://github.com/apache/incubator-gluten/pull/6052
Before:
```
| Query ID | Succeeded | SHUFFLE_PARTITIONS | GLUTEN | Row Count | Planning
Time (Millis) | Query Time (Millis) |
|----------|-----------|--------------------|--------|-----------|------------------------|---------------------|
| q1| true| 30| OFF| 4|
427| 7945|
| q2| true| 30| OFF| 100|
356| 1265|
| q1| true| 30| ON| 4|
42| 1504|
| q2| true| 30| ON| 100|
134| 812|
| q1| true| 20| OFF| 4|
25| 5406|
| q2| true| 20| OFF| 100|
90| 751|
| q1| true| 20| ON| 4|
24| 756|
| q2| true| 20| ON| 100|
87| 615|
```
After:
```
Configurations:
1. SHUFFLE_PARTITIONS -> 30, GLUTEN -> OFF
2. SHUFFLE_PARTITIONS -> 30, GLUTEN -> ON
3. SHUFFLE_PARTITIONS -> 20, GLUTEN -> OFF
4. SHUFFLE_PARTITIONS -> 20, GLUTEN -> ON
| Query ID | Succeeded | Row Count | Planning
Time (Millis) | Query Time (Millis) |
| | 1 | 2 | 3 | 4 | 1 | 2 | 3 | 4 | 1 | 2
| 3 | 4 | 1 | 2 | 3 | 4 |
|----------|------|------|------|------|-----|-----|-----|-----|------|------|------|------|-------|------|------|------|
| q1| true| true| true| true| 4| 4| 4| 4| 427|
48| 34| 32| 9342| 1505| 5975| 719|
| q2| true| true| true| true| 100| 100| 100| 100| 312|
125| 108| 102| 1116| 850| 1005| 609|
| all| true| true| true| true| 104| 104| 104| 104| 739|
173| 142| 134| 10458| 2355| 6980| 1328|
```
--
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]