happydave1 commented on code in PR #1045:
URL: https://github.com/apache/iceberg-go/pull/1045#discussion_r3215476529
##########
metadata_columns.go:
##########
@@ -59,3 +61,15 @@ func LastUpdatedSequenceNumber() NestedField {
func IsMetadataColumn(fieldID int) bool {
return fieldID == RowIDFieldID || fieldID ==
LastUpdatedSequenceNumberFieldID
}
+
+func isRowLineageMeta(name string) (NestedField, bool) {
+ name = strings.ToLower(name)
Review Comment:
Good catch! will fix this!
--
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]