yihua commented on code in PR #12594:
URL: https://github.com/apache/hudi/pull/12594#discussion_r1929381596
##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordLocation.java:
##########
@@ -32,6 +32,7 @@
public class HoodieRecordLocation implements Serializable, KryoSerializable {
public static final long INVALID_POSITION = -1L;
+ // Instant time of the base file where the record is stored
Review Comment:
For Spark, when doing SIMPLE or BLOOM index, this instant time is assigned
from the base file commit time. Is there any other case that this does not
represent the base file commit time (e.g., in Flink)?
--
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]