HorizonNet commented on a change in pull request #1222: HBASE-23868 : Replace
usages of HColumnDescriptor(byte [] familyName)…
URL: https://github.com/apache/hbase/pull/1222#discussion_r385962431
##########
File path:
hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestIncrementalBackup.java
##########
@@ -105,15 +107,13 @@ public void TestIncBackupRestore() throws Exception {
Assert.assertEquals(HBaseTestingUtility.countRows(t1),
NB_ROWS_IN_BATCH + ADD_ROWS + NB_ROWS_FAM3);
LOG.debug("written " + ADD_ROWS + " rows to " + table1);
-
Review comment:
Why do you remove the empty lines? Because of the method length? I think
they help increase the readability.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services