arina-ielchiieva commented on a change in pull request #1726: DRILL-7143:
Support default value for empty columns
URL: https://github.com/apache/drill/pull/1726#discussion_r272833337
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/test/rowSet/test/TestScalarAccessors.java
##########
@@ -1702,4 +1705,68 @@ public void testBitResize() {
}
rs.clear();
}
+
+ private static String rep(String str, int n) {
Review comment:
Consider renaming the method, `rep` is quite unclear.
----------------------------------------------------------------
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