voonhous commented on code in PR #17655:
URL: https://github.com/apache/hudi/pull/17655#discussion_r2671580470
##########
hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieNativeAvroHFileReader.java:
##########
@@ -140,7 +140,7 @@ public Set<Pair<String, Long>> filterRowKeys(Set<String>
candidateRowKeys) {
try {
return reader.seekTo(new UTF8StringKey(k)) ==
HFileReader.SEEK_TO_FOUND;
} catch (IOException e) {
- LOG.error("Failed to check key availability: " + k);
+ log.error("Failed to check key availability: " + k);
Review Comment:
Done
--
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]