ramachandranms commented on a change in pull request #1473: [HUDI-568] Improve
unit test coverage
URL: https://github.com/apache/incubator-hudi/pull/1473#discussion_r403266155
##########
File path:
hudi-common/src/test/java/org/apache/hudi/common/util/collection/TestRocksDBManager.java
##########
@@ -99,25 +104,119 @@ public void testRocksDBManager() {
List<Pair<String, Payload>> gotPayloads =
dbManager.<Payload>prefixSearch(family,
prefix).collect(Collectors.toList());
Integer expCount = countsMap.get(family).get(prefix);
+ System.out.printf("%s,%s: %d, %d\n", prefix, family, expCount == null
? 0L : expCount.longValue(), gotPayloads.size());
Review comment:
this was just a debug statement. so removed it
----------------------------------------------------------------
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