jun-he commented on pull request #2089: URL: https://github.com/apache/iceberg/pull/2089#issuecomment-760668525
@yyanyy Thanks for the review. I thought about adding it to metadata JSON file. It seems unnecessary and also adds additional complexity for backward compatibility and maintains its correctness. As the info is already included in specs, we can simply recompute it during initialization. It seems table metadata is a better place to hold this info than partition spec updater as it is an info for a table, which might be used by other code paths in the future. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
