c-thiel commented on code in PR #14064:
URL: https://github.com/apache/iceberg/pull/14064#discussion_r2374606023


##########
core/src/main/java/org/apache/iceberg/ManifestListWriter.java:
##########
@@ -100,6 +100,10 @@ protected ManifestFile prepare(ManifestFile manifest) {
       if (manifest.content() != ManifestContent.DATA || manifest.firstRowId() 
!= null) {
         return wrapper.wrap(manifest, null);
       } else {
+        Preconditions.checkState(
+                manifest.existingRowsCount() != null && 
manifest.addedRowsCount() != null,
+                "Cannot include v1 manifest with missing existing or added 
rows count to a Table with row lineage enabled. Manifest path: %s",

Review Comment:
   Removed v1 reference



-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to