nryanov opened a new pull request, #13621: URL: https://github.com/apache/iceberg/pull/13621
Hi! It seems that this enum should be `public` to be able to create instance for this update: https://github.com/apache/iceberg/blob/378479bd21ddc5de7c08dcfec1595196dd8f4a78/core/src/main/java/org/apache/iceberg/MetadataUpdate.java#L381 otherwise it requires to use some kind of reflection / shadowing to be able to create instance of SnapshotRefType. Or maybe there is another way to create MetadataUpdate.SetSnapshotRef? -- 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]
