sarutak opened a new issue, #7677: URL: https://github.com/apache/arrow-datafusion/issues/7677
### Is your feature request related to a problem or challenge? Currently a GA workflow defined in `rust.yml` uses `actions/cache`. But there are some problems. 1. Cache is not actually used. See [this warning message](https://github.com/apache/arrow-datafusion/actions/runs/6327689637/job/17184438059#step:14:3). This means, the cache is not saves because the path is wrong. 2. All the caches have the same key. So once a job saves a cache, other jobs fail to save their caches. Restoring a cache by the key will succeed but the contents of the cache might not be what a job want. 3. Caches are not updated because the key is constant (`cargo-cache-`). So I think we have a chance to improve cache usage in CI. ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
