singhpk234 commented on code in PR #15017:
URL: https://github.com/apache/iceberg/pull/15017#discussion_r2678984181


##########
core/src/main/java/org/apache/iceberg/SnapshotProducer.java:
##########
@@ -247,6 +248,15 @@ public ThisT deleteWith(Consumer<String> deleteCallback) {
    */
   protected abstract String operation();
 
+  /**
+   * Returns the row filter expression used for delete or overwrite operations.
+   *
+   * @return the filter expression, or null if not applicable
+   */
+  protected Expression rowFilter() {
+    return null;
+  }

Review Comment:
   How are we planning to populate this field ? 



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to