pvary commented on a change in pull request #2831:
URL: https://github.com/apache/hive/pull/2831#discussion_r760141833



##########
File path: ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands.java
##########
@@ -1397,7 +1396,7 @@ public void testNonAcidToAcidConversion01() throws 
Exception {
         BucketCodec.V1.encode(new 
AcidOutputFormat.Options(hiveConf).bucket(1)));
 
     //run Compaction
-    runStatementOnDriver("alter table "+ TestTxnCommands2.Table.NONACIDORCTBL 
+" compact 'major'");
+    runStatementOnDriver("alter table "+ Table.NONACIDORCTBL +" compact 
'major'");

Review comment:
       nit: Maybe OCD but put spaces around the `+` signs please




-- 
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