xuzifu666 commented on code in PR #10194:
URL: https://github.com/apache/hudi/pull/10194#discussion_r1408619112
##########
hudi-common/src/main/java/org/apache/hudi/common/util/collection/ExternalSpillableMap.java:
##########
@@ -272,7 +272,10 @@ public Collection<R> values() {
return inMemoryMap.values();
}
List<R> result = new ArrayList<>(inMemoryMap.values());
Review Comment:
currently RocksDbDiskMap and BitCaskDiskMap both not support values
function, so fix it here can be work for them
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]