nsivabalan commented on code in PR #9630:
URL: https://github.com/apache/hudi/pull/9630#discussion_r1408800688


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecord.java:
##########
@@ -133,6 +133,11 @@ public String getFieldName() {
    */
   protected HoodieRecordLocation newLocation;
 
+  /**
+   * If set, not update index after written.
+   */
+  protected boolean ignored;

Review Comment:
   @bvaradar : is this addressed ?



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to