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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to