rdblue commented on PR #4858: URL: https://github.com/apache/iceberg/pull/4858#issuecomment-1140068161
Okay, so assuming that we go this direction, how do we integrate these generated classes with the other code that needs to be there? `PartitionSpec` is a great example, where we can use this to get a `PartitionSpec` object that we can serialize and deserialize properly, along with basic validation. But how do we expose methods like `PartitionSpec.partitionType()` as these change? Do we make subclasses? -- 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]
