You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "SourabhBadhya (via GitHub)" <gi...@apache.org> on 2023/02/15 10:50:27 UTC

[GitHub] [hive] SourabhBadhya commented on a diff in pull request #4060: HIVE-27032: [Draft] Introduce liquibase for HMS schema evolution

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`



-- 
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-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org