[ https://issues.apache.org/jira/browse/HIVE-27032?focusedWorklogId=845616&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-845616 ]
ASF GitHub Bot logged work on HIVE-27032: ----------------------------------------- Author: ASF GitHub Bot Created on: 15/Feb/23 11:17 Start Date: 15/Feb/23 11:17 Worklog Time Spent: 10m Work Description: SourabhBadhya commented on code in PR #4060: URL: https://github.com/apache/hive/pull/4060#discussion_r1106991640 ########## standalone-metastore/metastore-server/pom.xml: ########## @@ -25,6 +25,11 @@ <standalone.metastore.path.to.root>..</standalone.metastore.path.to.root> </properties> <dependencies> + <dependency> + <groupId>org.liquibase</groupId> + <artifactId>liquibase-core</artifactId> + <version>4.19.0</version> Review Comment: Since this is a major dependency, I believe its best to keep the version - `4.19.0` as a separate version tag in standalone-metastore pom file and reference the version tag here. Something like this - `<version>${liquibase.version}</version>` Issue Time Tracking ------------------- Worklog Id: (was: 845616) Time Spent: 50m (was: 40m) > Introduce liquibase for HMS schema evolution > -------------------------------------------- > > Key: HIVE-27032 > URL: https://issues.apache.org/jira/browse/HIVE-27032 > Project: Hive > Issue Type: Improvement > Reporter: László Végh > Assignee: László Végh > Priority: Major > Labels: pull-request-available > Time Spent: 50m > Remaining Estimate: 0h > > Introduce liquibase, and replace current upgrade procedure with it. > The Schematool CLI API should remain untouched, while under the hood, > liquibase should be used for HMS schema evolution. -- This message was sent by Atlassian Jira (v8.20.10#820010)