Suryansh-Dey commented on PR #20186: URL: https://github.com/apache/datafusion/pull/20186#issuecomment-3864638175
Here is the Comparison # Without cache <img width="1909" height="861" alt="without_cache" src="https://github.com/user-attachments/assets/3e5d8e6b-97dd-4afe-b61c-43a912910109" /> [source](https://github.com/Suryansh-Dey/datafusion/actions/runs/21781348532/job/62845799572) **Here you can see Dependency cache because my commit did add the cache but still its the first time. So it was a cache miss hence it is without cache** # With cache <img width="1912" height="853" alt="with_cache" src="https://github.com/user-attachments/assets/dce81274-7f89-4567-b225-dc6680e26254" /> [source](https://github.com/Suryansh-Dey/datafusion/actions/runs/21781348535/job/62845799557) As you can see with cache, the compiling was never done since we used cache. Because Cache recovering takes less than 15 sec and it save 5m of compiling, it will always help everywhere. -- 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]
