vrozov commented on a change in pull request #1415: DRILL-6656: Disallow extra
semicolons in import statements.
URL: https://github.com/apache/drill/pull/1415#discussion_r208005986
##########
File path:
contrib/storage-hbase/src/test/java/org/apache/drill/hbase/TestHBaseRegionScanAssignments.java
##########
@@ -176,8 +176,19 @@ public void
testHBaseGroupScanAssignmentSomeAfinedWithOrphans() throws Exception
scan.applyAssignments(endpoints);
LinkedList<Integer> sizes = Lists.newLinkedList();
- sizes.add(1); sizes.add(1); sizes.add(1); sizes.add(1); sizes.add(1);
sizes.add(1); sizes.add(1); sizes.add(1);
- sizes.add(2); sizes.add(2); sizes.add(2); sizes.add(2); sizes.add(2);
+ sizes.add(1);
Review comment:
`Collections.addAll(sizes, 1, 1, ...);`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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