[
https://issues.apache.org/jira/browse/HIVE-27032?focusedWorklogId=845606&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-845606
]
ASF GitHub Bot logged work on HIVE-27032:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Feb/23 10:50
Start Date: 15/Feb/23 10:50
Worklog Time Spent: 10m
Work Description: SourabhBadhya commented on code in PR #4060:
URL: https://github.com/apache/hive/pull/4060#discussion_r1106964285
##########
beeline/src/test/org/apache/hive/beeline/schematool/TestHiveSchemaTool.java:
##########
@@ -49,7 +49,7 @@ public class TestHiveSchemaTool {
@Mock
private HiveConf hiveConf;
private HiveSchemaTool.HiveSchemaToolCommandBuilder builder;
- private String pasword = "reallySimplePassword";
+ private final String pasword = "reallySimplePassword";
Review Comment:
nit: Typo, variable name must be `password`
Issue Time Tracking
-------------------
Worklog Id: (was: 845606)
Time Spent: 20m (was: 10m)
> 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: 20m
> 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)