amogh-jahagirdar commented on code in PR #13022:
URL: https://github.com/apache/iceberg/pull/13022#discussion_r2085006608


##########
core/src/main/java/org/apache/iceberg/MetadataColumns.java:
##########
@@ -51,7 +51,7 @@ private MetadataColumns() {}
   public static final int SPEC_ID_COLUMN_ID = Integer.MAX_VALUE - 4;
   public static final String SPEC_ID_COLUMN_DOC = "Spec ID used to track the 
file containing a row";
   public static final NestedField SPEC_ID =
-      NestedField.required(
+      NestedField.optional(

Review Comment:
   There may be a more narrow way to do this rather than change it in core 
though, we can change in SparkTable when surfacing the metadata columns? cc 
@huaxingao 



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