dengzhhu653 commented on PR #4768: URL: https://github.com/apache/hive/pull/4768#issuecomment-1746839074
Hi @LittleWat, thanks for the contribution! The `IS_RESUME` is introduced for user skipping the step of schema initialization, think of the cases: - If the external existing schema has been upgraded to the target version, we do not need to initialize or upgrade the schema again; - The standalone HS2(without embedded metastore) doesn't need to start the initializer; I think for your cases, if you uses Hive 3, then perhaps you need to set the `IS_RESUME` to true in case the external database been upgraded, this is an expected behavior, as we don't support `initOrUpgradeSchema` in Hive 3. -- 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