kou commented on PR #37502:
URL: https://github.com/apache/arrow/pull/37502#issuecomment-1702116732
Before ("Uncacheable calls" are increased):
https://github.com/apache/arrow/actions/runs/6044793011/job/16403882283#step:6:996
```text
Uncacheable calls: 6314 / 9460 (66.74%)
Could not use precompiled header: 6314 / 6314 (100.0%)
```
↓
https://github.com/apache/arrow/actions/runs/6044793011/job/16403882283#step:6:3341
```text
Uncacheable calls: 6888 / 10320 (66.74%)
Could not use precompiled header: 6888 / 6888 (100.0%)
```
After ("Uncacheable calls" aren't increased):
https://github.com/apache/arrow/actions/runs/6042717769/job/16398390958?pr=37502#step:6:1180
```text
Uncacheable calls: 6314 / 9460 (66.74%)
Could not use precompiled header: 6314 / 6314 (100.0%)
```
↓
https://github.com/apache/arrow/actions/runs/6042717769/job/16398390958?pr=37502#step:6:3501
```text
Uncacheable calls: 6314 / 10311 (61.24%)
Could not use precompiled header: 6314 / 6314 (100.0%)
```
--
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]