PetrasTYR commented on issue #1105:
URL: 
https://github.com/apache/iceberg-python/issues/1105#issuecomment-2314564726

   For some additional background information, in the latest `metadata.json` 
file, this is how the snapshots section look like:
   ```
   "snapshots": [
           {
               "sequence-number": 3,
               "snapshot-id": 1182955948280775518,
               "timestamp-ms": 1724830740048,
               "summary": {
                   "operation": "append",
                   "added-files-size": "82710797",
                   "added-data-files": "12",
                   "added-records": "10000000",
                   "changed-partition-count": "12",
                   "total-data-files": "32",
                   "total-delete-files": "0",
                   "total-records": "10000020",
                   "total-files-size": "82740483",
                   "total-position-deletes": "0",
                   "total-equality-deletes": "0"
               },
               "manifest-list": 
"s3://tablestore-bucket/rpmd/performance_7fab8ae5-29b9-48cf-9cf2-b8c36478653f/metadata/snap-1182955948280775518-0-39fe1f0d-8c8f-4f4d-9fbf-1fd74b0a52cf.avro",
               "schema-id": 0
           }
       ],
   ```
   
   the sequence number is being tracked correctly but only the latest snapshot 
is being saved. my understanding is that all the past snapshots should be saved.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to