bvaradar commented on pull request #2058: URL: https://github.com/apache/hudi/pull/2058#issuecomment-689300968
@yanghua : ```I just want to speed up the local build progress so that I can verify new changes frequently.``` Can you kindly clarify what you mean by changes here ? Do you mean hudi code changes ? If you are referring to hudi, we don't have to rebuild docker images to pick up latest hudi code. The hudi codebase is mounted inside docker containers so that you can use the latest version. If you need to rebuild docker for other reasons, one of the most common case this can happen is when we are upgrading hive, spark, presto versions. In that case the caching wont help. Let me know if I am missing something. Regarding using SHAs to determine if cached distributions is useful or not, this will pose additional work for someone upgrading the dependencies. Let me know your thoughts. Thanks, Balaji.V ---------------------------------------------------------------- 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]
