jun-he commented on issue #3464: URL: https://github.com/apache/iceberg/issues/3464#issuecomment-960380138
Thanks for the comments on the Types. There are two primitive types not fitting this, e.g. `FixedType`, which depends on instantiating attribute `length`, e.g. `FixedType(16)` and `FixedType(8)` are two different types, (similar to int32 vs int64). I don't see a clean way to provide a singular class for both two. -- 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]
