rdblue commented on pull request #1508: URL: https://github.com/apache/iceberg/pull/1508#issuecomment-699099796
Yes, we would add `schemas` to track recent schemas (referenced by any known snapshot) and keep `schema` for now. We would also add `current-schema-id` to track which schema in `schemas` is the current one. Eventually, we will deprecate `schema` and just use the one identified by id. ---------------------------------------------------------------- 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]
