n3nash commented on a change in pull request #1473: [HUDI-568] Improve unit
test coverage
URL: https://github.com/apache/incubator-hudi/pull/1473#discussion_r401955661
##########
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:
can we make this log ? if there is already an assert, this might not be
needed
----------------------------------------------------------------
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