Tmonster opened a new pull request, #13624: URL: https://github.com/apache/iceberg/pull/13624
The description for the `metadata-location` for `LoadTableResult` says the field can be nullable, however, the `nullable` attribute is missing. In DuckDB-iceberg, we generate code to convert Rest objects to c++ classes, and the absence of a nullable field is causing errors when catalogs return null during a table create operation with stage-create = true. Anyway, opening this PR so the spec is consistent with the description and v.v. -- 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]
