nssalian opened a new pull request, #1206: URL: https://github.com/apache/iceberg-go/pull/1206
First part of [#1016](https://github.com/apache/iceberg-go/issues/1016). ## Changes - Adds `VariantType` to `IdentityTransform`'s deny-list (matches Java's `Identity.UNSUPPORTED_TYPES`); other transforms already reject via their allow-list defaults. Adds explicit `case VariantType` in `createBoundLiteralPredicate` returning `ErrInvalidArgument` with a clear message. - Added a test `TestVariantBoundLiteralRejectionMessage` This is a precursor to adding the `variant_get` expression and stats-based pruning of #1016. Will address those after the shredding fixes. -- 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]
