kokila-19 commented on code in PR #5927: URL: https://github.com/apache/hive/pull/5927#discussion_r2212408056
########## packaging/src/docker/Dockerfile: ########## @@ -14,14 +14,14 @@ # See the License for the specific language governing permissions and # limitations under the License. # -ARG BUILD_ENV +ARG BUILD_ENV=unarchive Review Comment: Sorry for the delay in responding. You're absolutely right that "unarchive" is confusing. Both "staging" and "local" would be much more expressive names: 1. "staging" clearly indicates this is for development/testing workflows 2. Since this stage specifically uses jars from local builds rather than remote repositories, "local" might be the most accurate and intuitive choice. It tells developers they need to have the binaries locally. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org