loukey-lj commented on code in PR #7336: URL: https://github.com/apache/hudi/pull/7336#discussion_r1049177064
########## hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieWriteHandle.java: ########## @@ -86,6 +88,7 @@ protected HoodieTimer timer; protected WriteStatus writeStatus; + protected HoodieRecordLocation newRecordLocation; Review Comment: I think it is also necessary to obtain the location from every record. The index can not only reach the file level, but also the rowGroup level and even the row level -- 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]
