mattfaltyn commented on PR #1558: URL: https://github.com/apache/iceberg-go/pull/1558#issuecomment-5102096541
Thank you for the precise spec correction. The fixes are ready locally. Binary and fixed metadata now use the existing hex decoder. Native byte defaults stay typed and geo defaults remain null-only. I merged current main without rewriting reviewed history and preserved sanitizer masking through `unbindPredicate`. I also limited default folding to top-level fields because nested values remain row-dependent beneath nullable parents. The projection decoder stays out of scope. I am waiting for #1564 to merge before pushing because current main does not compile without its unrelated one-line fix. -- 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]
