Comment on Delta Lake vs. Parquet: A ComparisonparentComments−Eridrus2yCan you share some references to the git-like semantics? I couldn't find much about merging the branched tables.−fractaloop2yAFAIK, it’s limited to fast-forward merge strategies, but you can also create or replace branches and tags, along with cherry-picking snapshots. Additional information can be found in:• the branching and tagging DDL (https://iceberg.apache.org/docs/latest/spark-ddl/#branching-...)• Iceberg Procedures (https://iceberg.apache.org/docs/latest/spark-procedures/)
Comments
Can you share some references to the git-like semantics? I couldn't find much about merging the branched tables.
AFAIK, it’s limited to fast-forward merge strategies, but you can also create or replace branches and tags, along with cherry-picking snapshots. Additional information can be found in:
• the branching and tagging DDL (https://iceberg.apache.org/docs/latest/spark-ddl/#branching-...)
• Iceberg Procedures (https://iceberg.apache.org/docs/latest/spark-procedures/)