nsivabalan commented on code in PR #12122: URL: https://github.com/apache/hudi/pull/12122#discussion_r1807435721
########## hudi-common/src/main/java/org/apache/hudi/common/engine/HoodieReaderContext.java: ########## @@ -141,6 +141,7 @@ public void setShouldMergeUseRecordPosition(boolean shouldMergeUseRecordPosition public static final String INTERNAL_META_OPERATION = "_3"; public static final String INTERNAL_META_INSTANT_TIME = "_4"; public static final String INTERNAL_META_SCHEMA = "_5"; + public static final String PROCESSING_TIME_BASED_DELETE_FOUND = "_6"; Review Comment: lets call this DELETE_FOUND_WITHOUT_ORDERING_VALUE so its more clearer -- 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]
