yihua commented on code in PR #6952:
URL: https://github.com/apache/hudi/pull/6952#discussion_r1002287795
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndexUtils.java:
##########
@@ -152,7 +152,7 @@ public static List<String> filterKeysFromFile(Path
filePath, List<String> candid
try {
// Load all rowKeys from the file, to double-confirm
if (!candidateRecordKeys.isEmpty()) {
- HoodieTimer timer = new HoodieTimer().startTimer();
+ HoodieTimer timer = HoodieTimer.start().startTimer();
Review Comment:
nit: with `HoodieTimer.start()`, there is no need to call `startTimer()`
again.
--
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]