{
  "schemaVersion": 1,
  "recordedAt": "2026-09-12T23:17:09.118936+00:00",
  "writers": {
    "spark": "3.5.6",
    "iceberg": "1.9.2",
    "delta": "3.3.2"
  },
  "oracle": "Polars 1.44.1 / PyArrow 25.0.1",
  "scope": "Local Hadoop Iceberg catalog and path-based Delta, copy-on-write operations, Delta name column mapping enabled from table creation. No REST catalog, CDF, merge-on-read or generic browser table execution.",
  "originalLocations": {
    "iceberg": "file:///var/folders/sh/6ynfpx_s4j1cd_s7rrtdx2040000gn/T/columnar-paired-history-fk28pylh/warehouse/default/history",
    "delta": "file:///var/folders/sh/6ynfpx_s4j1cd_s7rrtdx2040000gn/T/columnar-paired-history-fk28pylh/delta"
  },
  "steps": [
    {
      "family": "iceberg",
      "operation": "create",
      "version": "3124721227398476787",
      "root": "iceberg/metadata/v2.metadata.json",
      "commands": [
        "INSERT INTO lab.default.history VALUES (1,'south',10),(2,'north',20),(3,'south',30),(4,'north',40),(5,'south',50),(6,'north',60),(7,'south',70),(8,'north',80)"
      ],
      "query": "SELECT * FROM lab.default.history ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 30
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1
        },
        {
          "name": "category",
          "id": 2
        },
        {
          "name": "score",
          "id": 3
        }
      ],
      "protocol": {
        "formatVersion": 2
      },
      "files": [
        {
          "path": "iceberg/data/00000-0-706440cd-27c2-4433-8aac-f2b6b42c9207-0-00001.parquet",
          "size": 1061,
          "sha256": "d5efd37a769442eabfe6cb87b1195ce586fd926b3eb7ffe4b3b0fd564d28d28e"
        }
      ],
      "dependencies": [
        "iceberg/metadata/v2.metadata.json",
        "iceberg/metadata/snap-3124721227398476787-1-c51aab01-5603-4670-9ac7-a7f04e401102.avro",
        "iceberg/metadata/c51aab01-5603-4670-9ac7-a7f04e401102-m0.avro"
      ]
    },
    {
      "family": "delta",
      "operation": "create",
      "version": "1",
      "root": "delta/_delta_log/00000000000000000001.json",
      "commands": [
        "INSERT INTO delta.`<workspace>/delta` VALUES (1,'south',10),(2,'north',20),(3,'south',30),(4,'north',40),(5,'south',50),(6,'north',60),(7,'south',70),(8,'north',80)"
      ],
      "query": "SELECT * FROM delta.`<workspace>/delta` ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 30
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1,
          "physicalName": "col-3ef1f681-8190-44ee-b0d6-be194603f417"
        },
        {
          "name": "category",
          "id": 2,
          "physicalName": "col-caaa0922-dcdf-418a-b17c-c6749d96593f"
        },
        {
          "name": "score",
          "id": 3,
          "physicalName": "col-0702c016-a016-400b-ab07-3972fa61525e"
        }
      ],
      "protocol": {
        "minReaderVersion": 2,
        "minWriterVersion": 5
      },
      "files": [
        {
          "path": "delta/part-00000-7b3fac55-0b44-4d98-9243-b1255e3ff1f7-c000.snappy.parquet",
          "size": 1800,
          "sha256": "bc146600b1f644a482fae87432f26fd6d24e5db86bdc1b270154927e01642f91"
        }
      ],
      "dependencies": [
        "delta/_delta_log/00000000000000000000.json",
        "delta/_delta_log/00000000000000000001.json"
      ]
    },
    {
      "family": "iceberg",
      "operation": "append",
      "version": "2878365370051537614",
      "root": "iceberg/metadata/v3.metadata.json",
      "commands": [
        "INSERT INTO lab.default.history VALUES (9,'south',90),(10,'north',100),(11,'south',110),(12,'north',120)"
      ],
      "query": "SELECT * FROM lab.default.history ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 30
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        },
        {
          "id": 9,
          "category": "south",
          "score": 90
        },
        {
          "id": 10,
          "category": "north",
          "score": 100
        },
        {
          "id": 11,
          "category": "south",
          "score": 110
        },
        {
          "id": 12,
          "category": "north",
          "score": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1
        },
        {
          "name": "category",
          "id": 2
        },
        {
          "name": "score",
          "id": 3
        }
      ],
      "protocol": {
        "formatVersion": 2
      },
      "files": [
        {
          "path": "iceberg/data/00000-0-706440cd-27c2-4433-8aac-f2b6b42c9207-0-00001.parquet",
          "size": 1061,
          "sha256": "d5efd37a769442eabfe6cb87b1195ce586fd926b3eb7ffe4b3b0fd564d28d28e"
        },
        {
          "path": "iceberg/data/00000-11-8ca52f43-4e6b-4efa-9151-45cc14c0769a-0-00001.parquet",
          "size": 1036,
          "sha256": "7992440d54b9d825256379add2781a3e0987273698052f20459516eff53cfee8"
        }
      ],
      "dependencies": [
        "iceberg/metadata/v3.metadata.json",
        "iceberg/metadata/snap-2878365370051537614-1-bce3ddee-595b-4d85-b309-aab98dd54f76.avro",
        "iceberg/metadata/bce3ddee-595b-4d85-b309-aab98dd54f76-m0.avro",
        "iceberg/metadata/c51aab01-5603-4670-9ac7-a7f04e401102-m0.avro"
      ]
    },
    {
      "family": "delta",
      "operation": "append",
      "version": "2",
      "root": "delta/_delta_log/00000000000000000002.json",
      "commands": [
        "INSERT INTO delta.`<workspace>/delta` VALUES (9,'south',90),(10,'north',100),(11,'south',110),(12,'north',120)"
      ],
      "query": "SELECT * FROM delta.`<workspace>/delta` ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 30
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        },
        {
          "id": 9,
          "category": "south",
          "score": 90
        },
        {
          "id": 10,
          "category": "north",
          "score": 100
        },
        {
          "id": 11,
          "category": "south",
          "score": 110
        },
        {
          "id": 12,
          "category": "north",
          "score": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1,
          "physicalName": "col-3ef1f681-8190-44ee-b0d6-be194603f417"
        },
        {
          "name": "category",
          "id": 2,
          "physicalName": "col-caaa0922-dcdf-418a-b17c-c6749d96593f"
        },
        {
          "name": "score",
          "id": 3,
          "physicalName": "col-0702c016-a016-400b-ab07-3972fa61525e"
        }
      ],
      "protocol": {
        "minReaderVersion": 2,
        "minWriterVersion": 5
      },
      "files": [
        {
          "path": "delta/part-00000-5e6a1e37-40f2-4398-914f-88f21f8189ab-c000.snappy.parquet",
          "size": 1748,
          "sha256": "f9ec870a7dd28d33d52ac7cef0214dc7ebbc9bbf37ab41962836f9709ad9582d"
        },
        {
          "path": "delta/part-00000-7b3fac55-0b44-4d98-9243-b1255e3ff1f7-c000.snappy.parquet",
          "size": 1800,
          "sha256": "bc146600b1f644a482fae87432f26fd6d24e5db86bdc1b270154927e01642f91"
        }
      ],
      "dependencies": [
        "delta/_delta_log/00000000000000000000.json",
        "delta/_delta_log/00000000000000000001.json",
        "delta/_delta_log/00000000000000000002.json"
      ]
    },
    {
      "family": "iceberg",
      "operation": "update-delete",
      "version": "3280043265753418937",
      "root": "iceberg/metadata/v5.metadata.json",
      "commands": [
        "UPDATE lab.default.history SET score=score+7 WHERE id=3",
        "DELETE FROM lab.default.history WHERE id=9"
      ],
      "query": "SELECT * FROM lab.default.history ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 37
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        },
        {
          "id": 10,
          "category": "north",
          "score": 100
        },
        {
          "id": 11,
          "category": "south",
          "score": 110
        },
        {
          "id": 12,
          "category": "north",
          "score": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1
        },
        {
          "name": "category",
          "id": 2
        },
        {
          "name": "score",
          "id": 3
        }
      ],
      "protocol": {
        "formatVersion": 2
      },
      "files": [
        {
          "path": "iceberg/data/00000-25-7df2a031-cb6a-4a81-9eab-e77363b957a5-0-00001.parquet",
          "size": 1098,
          "sha256": "4cf5928ff9b0c641112678e217158e1e9be7452e2e80a173f137996745ea9e9e"
        },
        {
          "path": "iceberg/data/00000-29-cde18156-06fb-47a8-9ac7-9eebeafe6359-0-00001.parquet",
          "size": 1066,
          "sha256": "1c559c40ed8499f678a1281c3cd8ebe8cf3140daa18fde09dbf318a0020a4542"
        }
      ],
      "dependencies": [
        "iceberg/metadata/v5.metadata.json",
        "iceberg/metadata/snap-3280043265753418937-1-df6358e3-f68b-4941-aa63-3527496df4cb.avro",
        "iceberg/metadata/df6358e3-f68b-4941-aa63-3527496df4cb-m1.avro",
        "iceberg/metadata/c1abc745-f3dc-4797-a380-f354c0aaa8da-m1.avro",
        "iceberg/metadata/df6358e3-f68b-4941-aa63-3527496df4cb-m0.avro"
      ]
    },
    {
      "family": "delta",
      "operation": "update-delete",
      "version": "4",
      "root": "delta/_delta_log/00000000000000000004.json",
      "commands": [
        "UPDATE delta.`<workspace>/delta` SET score=score+7 WHERE id=3",
        "DELETE FROM delta.`<workspace>/delta` WHERE id=9"
      ],
      "query": "SELECT * FROM delta.`<workspace>/delta` ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 37
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        },
        {
          "id": 10,
          "category": "north",
          "score": 100
        },
        {
          "id": 11,
          "category": "south",
          "score": 110
        },
        {
          "id": 12,
          "category": "north",
          "score": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1,
          "physicalName": "col-3ef1f681-8190-44ee-b0d6-be194603f417"
        },
        {
          "name": "category",
          "id": 2,
          "physicalName": "col-caaa0922-dcdf-418a-b17c-c6749d96593f"
        },
        {
          "name": "score",
          "id": 3,
          "physicalName": "col-0702c016-a016-400b-ab07-3972fa61525e"
        }
      ],
      "protocol": {
        "minReaderVersion": 2,
        "minWriterVersion": 5
      },
      "files": [
        {
          "path": "delta/part-00000-1e535b8e-edaa-44fe-8f97-76519a8ae3c8-c000.snappy.parquet",
          "size": 1800,
          "sha256": "d54f724451f16f547437ff634d93dac2e466f3fa620d40b83e54888e6bb6c954"
        },
        {
          "path": "delta/part-00000-4dd9bbdd-cff4-4987-84a5-10e3beea566d-c000.snappy.parquet",
          "size": 1738,
          "sha256": "be5cd054c8a4a2cdeb6f0069529fd84ab7b4deefcefc7d4cc1677296eb618eb9"
        }
      ],
      "dependencies": [
        "delta/_delta_log/00000000000000000000.json",
        "delta/_delta_log/00000000000000000001.json",
        "delta/_delta_log/00000000000000000002.json",
        "delta/_delta_log/00000000000000000003.json",
        "delta/_delta_log/00000000000000000004.json"
      ]
    },
    {
      "family": "iceberg",
      "operation": "compact",
      "version": "7946738146742953327",
      "root": "iceberg/metadata/v6.metadata.json",
      "commands": [
        "CALL lab.system.rewrite_data_files(table=>'default.history', options=>map('rewrite-all','true'))"
      ],
      "query": "SELECT * FROM lab.default.history ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 37
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        },
        {
          "id": 10,
          "category": "north",
          "score": 100
        },
        {
          "id": 11,
          "category": "south",
          "score": 110
        },
        {
          "id": 12,
          "category": "north",
          "score": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1
        },
        {
          "name": "category",
          "id": 2
        },
        {
          "name": "score",
          "id": 3
        }
      ],
      "protocol": {
        "formatVersion": 2
      },
      "files": [
        {
          "path": "iceberg/data/00000-51-89ea6294-d001-4ec0-bff2-ccb07a3f0592-0-00001.parquet",
          "size": 1117,
          "sha256": "b08a2d5925774e98e0d377d96871bffc985d07812f47894dcc31994b5df52429"
        }
      ],
      "dependencies": [
        "iceberg/metadata/v6.metadata.json",
        "iceberg/metadata/snap-7946738146742953327-1-2ed4b32b-259d-4423-b144-03fb1763c6be.avro",
        "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m2.avro",
        "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m1.avro",
        "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m0.avro"
      ]
    },
    {
      "family": "delta",
      "operation": "compact",
      "version": "5",
      "root": "delta/_delta_log/00000000000000000005.json",
      "commands": [
        "OPTIMIZE delta.`<workspace>/delta`"
      ],
      "query": "SELECT * FROM delta.`<workspace>/delta` ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 37
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        },
        {
          "id": 10,
          "category": "north",
          "score": 100
        },
        {
          "id": 11,
          "category": "south",
          "score": 110
        },
        {
          "id": 12,
          "category": "north",
          "score": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1,
          "physicalName": "col-3ef1f681-8190-44ee-b0d6-be194603f417"
        },
        {
          "name": "category",
          "id": 2,
          "physicalName": "col-caaa0922-dcdf-418a-b17c-c6749d96593f"
        },
        {
          "name": "score",
          "id": 3,
          "physicalName": "col-0702c016-a016-400b-ab07-3972fa61525e"
        }
      ],
      "protocol": {
        "minReaderVersion": 2,
        "minWriterVersion": 5
      },
      "files": [
        {
          "path": "delta/part-00000-c68fa54e-9bff-4c2f-aca3-986d41aa9161-c000.snappy.parquet",
          "size": 1835,
          "sha256": "ed13166adf16d11480006420ad69f5deca1ea011a9c127d6c243261e7957dfaa"
        }
      ],
      "dependencies": [
        "delta/_delta_log/00000000000000000000.json",
        "delta/_delta_log/00000000000000000001.json",
        "delta/_delta_log/00000000000000000002.json",
        "delta/_delta_log/00000000000000000003.json",
        "delta/_delta_log/00000000000000000004.json",
        "delta/_delta_log/00000000000000000005.json"
      ]
    },
    {
      "family": "iceberg",
      "operation": "rename",
      "version": "7946738146742953327",
      "root": "iceberg/metadata/v7.metadata.json",
      "commands": [
        "ALTER TABLE lab.default.history RENAME COLUMN score TO reading"
      ],
      "query": "SELECT * FROM lab.default.history ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "reading": 10
        },
        {
          "id": 2,
          "category": "north",
          "reading": 20
        },
        {
          "id": 3,
          "category": "south",
          "reading": 37
        },
        {
          "id": 4,
          "category": "north",
          "reading": 40
        },
        {
          "id": 5,
          "category": "south",
          "reading": 50
        },
        {
          "id": 6,
          "category": "north",
          "reading": 60
        },
        {
          "id": 7,
          "category": "south",
          "reading": 70
        },
        {
          "id": 8,
          "category": "north",
          "reading": 80
        },
        {
          "id": 10,
          "category": "north",
          "reading": 100
        },
        {
          "id": 11,
          "category": "south",
          "reading": 110
        },
        {
          "id": 12,
          "category": "north",
          "reading": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1
        },
        {
          "name": "category",
          "id": 2
        },
        {
          "name": "reading",
          "id": 3
        }
      ],
      "protocol": {
        "formatVersion": 2
      },
      "files": [
        {
          "path": "iceberg/data/00000-51-89ea6294-d001-4ec0-bff2-ccb07a3f0592-0-00001.parquet",
          "size": 1117,
          "sha256": "b08a2d5925774e98e0d377d96871bffc985d07812f47894dcc31994b5df52429"
        }
      ],
      "dependencies": [
        "iceberg/metadata/v7.metadata.json",
        "iceberg/metadata/snap-7946738146742953327-1-2ed4b32b-259d-4423-b144-03fb1763c6be.avro",
        "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m2.avro",
        "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m1.avro",
        "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m0.avro"
      ]
    },
    {
      "family": "delta",
      "operation": "rename",
      "version": "6",
      "root": "delta/_delta_log/00000000000000000006.json",
      "commands": [
        "ALTER TABLE delta.`<workspace>/delta` RENAME COLUMN score TO reading"
      ],
      "query": "SELECT * FROM delta.`<workspace>/delta` ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "reading": 10
        },
        {
          "id": 2,
          "category": "north",
          "reading": 20
        },
        {
          "id": 3,
          "category": "south",
          "reading": 37
        },
        {
          "id": 4,
          "category": "north",
          "reading": 40
        },
        {
          "id": 5,
          "category": "south",
          "reading": 50
        },
        {
          "id": 6,
          "category": "north",
          "reading": 60
        },
        {
          "id": 7,
          "category": "south",
          "reading": 70
        },
        {
          "id": 8,
          "category": "north",
          "reading": 80
        },
        {
          "id": 10,
          "category": "north",
          "reading": 100
        },
        {
          "id": 11,
          "category": "south",
          "reading": 110
        },
        {
          "id": 12,
          "category": "north",
          "reading": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1,
          "physicalName": "col-3ef1f681-8190-44ee-b0d6-be194603f417"
        },
        {
          "name": "category",
          "id": 2,
          "physicalName": "col-caaa0922-dcdf-418a-b17c-c6749d96593f"
        },
        {
          "name": "reading",
          "id": 3,
          "physicalName": "col-0702c016-a016-400b-ab07-3972fa61525e"
        }
      ],
      "protocol": {
        "minReaderVersion": 2,
        "minWriterVersion": 5
      },
      "files": [
        {
          "path": "delta/part-00000-c68fa54e-9bff-4c2f-aca3-986d41aa9161-c000.snappy.parquet",
          "size": 1835,
          "sha256": "ed13166adf16d11480006420ad69f5deca1ea011a9c127d6c243261e7957dfaa"
        }
      ],
      "dependencies": [
        "delta/_delta_log/00000000000000000000.json",
        "delta/_delta_log/00000000000000000001.json",
        "delta/_delta_log/00000000000000000002.json",
        "delta/_delta_log/00000000000000000003.json",
        "delta/_delta_log/00000000000000000004.json",
        "delta/_delta_log/00000000000000000005.json",
        "delta/_delta_log/00000000000000000006.json"
      ]
    },
    {
      "family": "iceberg",
      "operation": "retained",
      "version": "2878365370051537614",
      "root": "iceberg/metadata/v7.metadata.json",
      "commands": [],
      "query": "SELECT * FROM lab.default.history VERSION AS OF 2878365370051537614 ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 30
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        },
        {
          "id": 9,
          "category": "south",
          "score": 90
        },
        {
          "id": 10,
          "category": "north",
          "score": 100
        },
        {
          "id": 11,
          "category": "south",
          "score": 110
        },
        {
          "id": 12,
          "category": "north",
          "score": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1
        },
        {
          "name": "category",
          "id": 2
        },
        {
          "name": "score",
          "id": 3
        }
      ],
      "protocol": {
        "formatVersion": 2
      },
      "files": [
        {
          "path": "iceberg/data/00000-0-706440cd-27c2-4433-8aac-f2b6b42c9207-0-00001.parquet",
          "size": 1061,
          "sha256": "d5efd37a769442eabfe6cb87b1195ce586fd926b3eb7ffe4b3b0fd564d28d28e"
        },
        {
          "path": "iceberg/data/00000-11-8ca52f43-4e6b-4efa-9151-45cc14c0769a-0-00001.parquet",
          "size": 1036,
          "sha256": "7992440d54b9d825256379add2781a3e0987273698052f20459516eff53cfee8"
        }
      ],
      "dependencies": [
        "iceberg/metadata/v7.metadata.json",
        "iceberg/metadata/snap-2878365370051537614-1-bce3ddee-595b-4d85-b309-aab98dd54f76.avro",
        "iceberg/metadata/bce3ddee-595b-4d85-b309-aab98dd54f76-m0.avro",
        "iceberg/metadata/c51aab01-5603-4670-9ac7-a7f04e401102-m0.avro"
      ]
    },
    {
      "family": "delta",
      "operation": "retained",
      "version": "2",
      "root": "delta/_delta_log/00000000000000000002.json",
      "commands": [],
      "query": "SELECT * FROM delta.`<workspace>/delta` VERSION AS OF 2 ORDER BY id",
      "rows": [
        {
          "id": 1,
          "category": "south",
          "score": 10
        },
        {
          "id": 2,
          "category": "north",
          "score": 20
        },
        {
          "id": 3,
          "category": "south",
          "score": 30
        },
        {
          "id": 4,
          "category": "north",
          "score": 40
        },
        {
          "id": 5,
          "category": "south",
          "score": 50
        },
        {
          "id": 6,
          "category": "north",
          "score": 60
        },
        {
          "id": 7,
          "category": "south",
          "score": 70
        },
        {
          "id": 8,
          "category": "north",
          "score": 80
        },
        {
          "id": 9,
          "category": "south",
          "score": 90
        },
        {
          "id": 10,
          "category": "north",
          "score": 100
        },
        {
          "id": 11,
          "category": "south",
          "score": 110
        },
        {
          "id": 12,
          "category": "north",
          "score": 120
        }
      ],
      "fields": [
        {
          "name": "id",
          "id": 1,
          "physicalName": "col-3ef1f681-8190-44ee-b0d6-be194603f417"
        },
        {
          "name": "category",
          "id": 2,
          "physicalName": "col-caaa0922-dcdf-418a-b17c-c6749d96593f"
        },
        {
          "name": "score",
          "id": 3,
          "physicalName": "col-0702c016-a016-400b-ab07-3972fa61525e"
        }
      ],
      "protocol": {
        "minReaderVersion": 2,
        "minWriterVersion": 5
      },
      "files": [
        {
          "path": "delta/part-00000-5e6a1e37-40f2-4398-914f-88f21f8189ab-c000.snappy.parquet",
          "size": 1748,
          "sha256": "f9ec870a7dd28d33d52ac7cef0214dc7ebbc9bbf37ab41962836f9709ad9582d"
        },
        {
          "path": "delta/part-00000-7b3fac55-0b44-4d98-9243-b1255e3ff1f7-c000.snappy.parquet",
          "size": 1800,
          "sha256": "bc146600b1f644a482fae87432f26fd6d24e5db86bdc1b270154927e01642f91"
        }
      ],
      "dependencies": [
        "delta/_delta_log/00000000000000000000.json",
        "delta/_delta_log/00000000000000000001.json",
        "delta/_delta_log/00000000000000000002.json"
      ]
    }
  ],
  "artifacts": {
    "delta/_delta_log/00000000000000000000.crc": {
      "size": 1068,
      "sha256": "1d06f0e27d609fa29bfe360704cddc346cbbd121d15511079389a4b852e88887"
    },
    "delta/_delta_log/00000000000000000000.json": {
      "size": 1343,
      "sha256": "7e01cf5d3a9b1bc670f05da08b8d8da3d6f3697627258abe163065cdebbca654"
    },
    "delta/_delta_log/00000000000000000001.crc": {
      "size": 1752,
      "sha256": "a0d71009c1866e82b3243f260d2170a83f070ffec23e543e6c76a5174bc9b7d4"
    },
    "delta/_delta_log/00000000000000000001.json": {
      "size": 1058,
      "sha256": "07c1e5d722b6cdf8948990a7ee3572df8dad90bbac6f6f04493c5cb16929a722"
    },
    "delta/_delta_log/00000000000000000002.crc": {
      "size": 2436,
      "sha256": "99468e9ff7379357439cf5e3c6c99775f8566b7228e17ef39353a01a40196df6"
    },
    "delta/_delta_log/00000000000000000002.json": {
      "size": 1060,
      "sha256": "6f6c07ad7ab173d351e48f786e4e5a62a8e3bafe1c1cd11cb63696f2913e398d"
    },
    "delta/_delta_log/00000000000000000003.crc": {
      "size": 2436,
      "sha256": "b844db30c3d232c5da279a8986310c5286eca352b8c6ce4c8076b83a89d07382"
    },
    "delta/_delta_log/00000000000000000003.json": {
      "size": 1520,
      "sha256": "8b40e93c43de39e368ab55985ac73340dd3786ab01c69b8a384048c37e177447"
    },
    "delta/_delta_log/00000000000000000004.crc": {
      "size": 2438,
      "sha256": "deaccac74e7f3d6b10252bd7f8971714a134228c5450a1fed58e4b9ed680fe76"
    },
    "delta/_delta_log/00000000000000000004.json": {
      "size": 1524,
      "sha256": "bc7cc14f2868117e9017ba7ab171f9e42895c421a4c9cc1cbc8f45a01d337783"
    },
    "delta/_delta_log/00000000000000000005.crc": {
      "size": 1755,
      "sha256": "a431632ed961445bb34212a81d2df378d7e725b3237185f2b30e456abbd6e91a"
    },
    "delta/_delta_log/00000000000000000005.json": {
      "size": 1733,
      "sha256": "4f073398da9ef93f76a6a8cccb9f17985ad4e53cdef925a7b629af4a1c2eb7df"
    },
    "delta/_delta_log/00000000000000000006.crc": {
      "size": 1059,
      "sha256": "8963b8b77cd2dcd6d727b75da251a85a648002b7f30d513bdd3da0195c14f2d8"
    },
    "delta/_delta_log/00000000000000000006.json": {
      "size": 1183,
      "sha256": "66a7afcb3807dea6d9b9e3dc2e4dc4104c3db5a34eb58c7fb6b72904f4bb468d"
    },
    "delta/part-00000-1e535b8e-edaa-44fe-8f97-76519a8ae3c8-c000.snappy.parquet": {
      "size": 1800,
      "sha256": "d54f724451f16f547437ff634d93dac2e466f3fa620d40b83e54888e6bb6c954"
    },
    "delta/part-00000-4dd9bbdd-cff4-4987-84a5-10e3beea566d-c000.snappy.parquet": {
      "size": 1738,
      "sha256": "be5cd054c8a4a2cdeb6f0069529fd84ab7b4deefcefc7d4cc1677296eb618eb9"
    },
    "delta/part-00000-5e6a1e37-40f2-4398-914f-88f21f8189ab-c000.snappy.parquet": {
      "size": 1748,
      "sha256": "f9ec870a7dd28d33d52ac7cef0214dc7ebbc9bbf37ab41962836f9709ad9582d"
    },
    "delta/part-00000-7b3fac55-0b44-4d98-9243-b1255e3ff1f7-c000.snappy.parquet": {
      "size": 1800,
      "sha256": "bc146600b1f644a482fae87432f26fd6d24e5db86bdc1b270154927e01642f91"
    },
    "delta/part-00000-c68fa54e-9bff-4c2f-aca3-986d41aa9161-c000.snappy.parquet": {
      "size": 1835,
      "sha256": "ed13166adf16d11480006420ad69f5deca1ea011a9c127d6c243261e7957dfaa"
    },
    "iceberg/data/00000-0-706440cd-27c2-4433-8aac-f2b6b42c9207-0-00001.parquet": {
      "size": 1061,
      "sha256": "d5efd37a769442eabfe6cb87b1195ce586fd926b3eb7ffe4b3b0fd564d28d28e"
    },
    "iceberg/data/00000-11-8ca52f43-4e6b-4efa-9151-45cc14c0769a-0-00001.parquet": {
      "size": 1036,
      "sha256": "7992440d54b9d825256379add2781a3e0987273698052f20459516eff53cfee8"
    },
    "iceberg/data/00000-25-7df2a031-cb6a-4a81-9eab-e77363b957a5-0-00001.parquet": {
      "size": 1098,
      "sha256": "4cf5928ff9b0c641112678e217158e1e9be7452e2e80a173f137996745ea9e9e"
    },
    "iceberg/data/00000-29-cde18156-06fb-47a8-9ac7-9eebeafe6359-0-00001.parquet": {
      "size": 1066,
      "sha256": "1c559c40ed8499f678a1281c3cd8ebe8cf3140daa18fde09dbf318a0020a4542"
    },
    "iceberg/data/00000-51-89ea6294-d001-4ec0-bff2-ccb07a3f0592-0-00001.parquet": {
      "size": 1117,
      "sha256": "b08a2d5925774e98e0d377d96871bffc985d07812f47894dcc31994b5df52429"
    },
    "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m0.avro": {
      "size": 7171,
      "sha256": "73380b4e81a266f3d7d261df3e609a17db6eb04a51cd25b235de1d16d3537430"
    },
    "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m1.avro": {
      "size": 7172,
      "sha256": "b74195ceaaa427959bf72fb0545941025bd31227eae25be2fa348f5cd08de4a8"
    },
    "iceberg/metadata/2ed4b32b-259d-4423-b144-03fb1763c6be-m2.avro": {
      "size": 7175,
      "sha256": "de07943b868f6b8c3c5a78d4547a7c90821b62db07f96ae2450f79e0ca317d6a"
    },
    "iceberg/metadata/bce3ddee-595b-4d85-b309-aab98dd54f76-m0.avro": {
      "size": 7167,
      "sha256": "230f436d17453dbefb21e2b4d7b50ae4da6f78636425ddc3e4cadcd961bada42"
    },
    "iceberg/metadata/c1abc745-f3dc-4797-a380-f354c0aaa8da-m0.avro": {
      "size": 7167,
      "sha256": "3f3187fef543d7be3029787015163cbc8a92766dc077ab743a966365c5da8489"
    },
    "iceberg/metadata/c1abc745-f3dc-4797-a380-f354c0aaa8da-m1.avro": {
      "size": 7170,
      "sha256": "4b32c612013e33706d8dc42ba9c8802707834a1489c938ade167b3fa5ef60262"
    },
    "iceberg/metadata/c51aab01-5603-4670-9ac7-a7f04e401102-m0.avro": {
      "size": 7166,
      "sha256": "0226df7d0b5fd55a494b39eb45daebd8457ba6f2a658f434dfaec9d847a7616f"
    },
    "iceberg/metadata/df6358e3-f68b-4941-aa63-3527496df4cb-m0.avro": {
      "size": 7167,
      "sha256": "4c2c417839438f45dd5930e806f51833c8a3dc86bdcc3c7f881b9b7a7744217b"
    },
    "iceberg/metadata/df6358e3-f68b-4941-aa63-3527496df4cb-m1.avro": {
      "size": 7167,
      "sha256": "129d0cce1c3bdd54b8ea1c6ebef42d162cb19e618d75386f25b08c378244cb61"
    },
    "iceberg/metadata/snap-2878365370051537614-1-bce3ddee-595b-4d85-b309-aab98dd54f76.avro": {
      "size": 4582,
      "sha256": "f84247aa06d8c11461eab24fd9ce178ebe7d84c5f830c6469e751cba24483a0a"
    },
    "iceberg/metadata/snap-3124721227398476787-1-c51aab01-5603-4670-9ac7-a7f04e401102.avro": {
      "size": 4506,
      "sha256": "b8a339baacf282778117998d900f530174c55f4815640d1c2082aef218252f62"
    },
    "iceberg/metadata/snap-3280043265753418937-1-df6358e3-f68b-4941-aa63-3527496df4cb.avro": {
      "size": 4597,
      "sha256": "5fe17234873af0724aab13b29c23989542018c5f62c2bcb6e2ae389731af1d09"
    },
    "iceberg/metadata/snap-4879045679529968315-1-c1abc745-f3dc-4797-a380-f354c0aaa8da.avro": {
      "size": 4604,
      "sha256": "d87b701a745e26da85a8e6f43c35b1cf949fa8833b31e56137ef820b9f474945"
    },
    "iceberg/metadata/snap-7946738146742953327-1-2ed4b32b-259d-4423-b144-03fb1763c6be.avro": {
      "size": 4561,
      "sha256": "11a4ef6db0fa4a5c65bdbfc8bd15a0abac3d382e9866b0592da6a742d28651a9"
    },
    "iceberg/metadata/v1.metadata.json": {
      "size": 951,
      "sha256": "cf21c979e676a3f6515248d20f79d638ab1a7a49610b37ae531f3c114d793b5f"
    },
    "iceberg/metadata/v2.metadata.json": {
      "size": 2074,
      "sha256": "1ba45b4f3b66f3d4d4df832941a41995d630a9f32489a2622a79587ce67f1164"
    },
    "iceberg/metadata/v3.metadata.json": {
      "size": 3167,
      "sha256": "c42b21552ed77f89870bac0474b16a8b1b89172e93fc6a56d3edb335bfe04884"
    },
    "iceberg/metadata/v4.metadata.json": {
      "size": 4338,
      "sha256": "ff47c9ac8a90adc1573e2850ea1a4e00d5158dde2b27ee6af283fb5c70de8dca"
    },
    "iceberg/metadata/v5.metadata.json": {
      "size": 5509,
      "sha256": "986cd45c3c25e83180c2ff28e46b38a7905038a7122941f2051ff9e8cda98e4d"
    },
    "iceberg/metadata/v6.metadata.json": {
      "size": 6643,
      "sha256": "f8afce1084bc7eedc88b5c01db1e5284f86b4d86fd085d207672582a54cd23bd"
    },
    "iceberg/metadata/v7.metadata.json": {
      "size": 7043,
      "sha256": "28f23fbcbfc74aa7b17cf687c302542da7d5e452ef8a2412c65dc5e82330dade"
    },
    "iceberg/metadata/version-hint.text": {
      "size": 1,
      "sha256": "7902699be42c8a8e46fbbb4501726517e86b22c56a189f7625a6da49081b2451"
    },
    "originals.zip": {
      "size": 64831,
      "sha256": "1c32271f1f829b9815f15537bfe50548fe7887f52a16def562b3ae81c77e606f"
    }
  }
}
