danielhumanmod commented on PR #569: URL: https://github.com/apache/incubator-xtable/pull/569#issuecomment-2487924236
Hi @the-other-tim-brown, based on my investigation, both Iceberg and Delta support storing commit-level information, but we might need to adjust our current code. Here’s a summary of the findings: - Iceberg - Can use the snapshot summary to store snapshot-level information. - However, we currently store sync metadata in properties, which is table-level information. - Delta - Can use commit tags to store commit-level information. - However, we currently store sync metadata in configurations, which is table-level information. To align with these capabilities, some code adjustments may be needed for both Iceberg and Delta. I’ll start working on a proof of concept to explore this further. -- 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: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org