mimikwang commented on code in PR #393: URL: https://github.com/apache/iceberg-go/pull/393#discussion_r2040659395
########## table/requirements.go: ########## @@ -273,3 +279,81 @@ func (a *assertDefaultSortOrderId) Validate(meta Metadata) error { return nil } + +// ParseRequirement parses json data provided by the reader into a Requirement +func ParseRequirement(r io.Reader) (Requirement, error) { Review Comment: Followed the same convention as ‘ParseMetadata’ -- 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