mgmarino commented on issue #10626:
URL: https://github.com/apache/iceberg/issues/10626#issuecomment-2208166944

   @lurnagao-dahua thanks for linking that, I did not find it when searching. I 
see a few things possibly different here (though of course the underlying cause 
could be the same):
   
   - No manifests reference the old partition spec id, i.e. 
`sc.table("catalog.db.table.all_manifests").filter("partition_spec_id != 1")` 
returns no rows. `sc.table("catalog.db.table.partitions").filter("spec_id != 
1")` is also empty
   - After we did a partition evolution we did a full rewrite of the data using 
`rewrite_data_files` and any snapshots that referenced old partitions have been 
expired/removed for some time.


-- 
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