github-actions[bot] closed pull request #6513: API,Core: Support Conditional
Commits
URL: https://github.com/apache/iceberg/pull/6513
--
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 com
github-actions[bot] commented on PR #6513:
URL: https://github.com/apache/iceberg/pull/6513#issuecomment-2623222450
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If y
github-actions[bot] commented on PR #6513:
URL: https://github.com/apache/iceberg/pull/6513#issuecomment-2594191655
This pull request has been marked as stale due to 30 days of inactivity. It
will be closed in 1 week if no further activity occurs. If you think that’s
incorrect or this pull
github-actions[bot] commented on PR #6513:
URL: https://github.com/apache/iceberg/pull/6513#issuecomment-2316467006
This pull request has been marked as stale due to 30 days of inactivity. It
will be closed in 1 week if no further activity occurs. If you think that’s
incorrect or this pull
fqaiser94 commented on code in PR #6513:
URL: https://github.com/apache/iceberg/pull/6513#discussion_r1623751172
##
core/src/test/java/org/apache/iceberg/TestCustomValidations.java:
##
@@ -0,0 +1,643 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo
fqaiser94 commented on code in PR #6513:
URL: https://github.com/apache/iceberg/pull/6513#discussion_r1623745433
##
core/src/main/java/org/apache/iceberg/SnapshotManager.java:
##
@@ -181,4 +182,12 @@ public void commit() {
transaction.commitTransaction();
}
}
+
+
fqaiser94 commented on code in PR #6513:
URL: https://github.com/apache/iceberg/pull/6513#discussion_r1142716546
##
core/src/test/java/org/apache/iceberg/TestCustomValidations.java:
##
@@ -0,0 +1,643 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo