JonasJ-ap commented on PR #6449: URL: https://github.com/apache/iceberg/pull/6449#issuecomment-1378127779
Thanks @jackye1995 for your valuable reviews and suggestions. Now, all the core logic of the snapshot are moved to `iceberg-delta-lake` module. The current snapshot functionality supports delta table with `minReaderVersion=1` and `minWriterVersion=2`. We can add support for high version features such as ColumnMapping when delta lake community updates the `delta-standalone` according to their [roadmap](https://github.com/delta-io/delta/issues/1307). @RussellSpitzer @findepi May I also ask you to take a look this PR? Thank you in advance. -- 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]
