badalprasadsingh commented on issue #1787: URL: https://github.com/apache/iceberg-go/issues/1787#issuecomment-5271018466
While working on this fix, I got upto another bug: The assignment `update.WriteDefault.Val.Any()` calls `.Any()` on a nil interface and panics whenever we clear a write-default (Val: `nil`) - a legitimately _supported_ op (`nil` is explicitly permitted for optimal cols). Will fix it in the same PR that I would be raising for this issue 😁 -- 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]
