omerhadari commented on issue #13763:
URL: https://github.com/apache/iceberg/issues/13763#issuecomment-3168425975
Do you have access to the table's `metadata.json` file? If so, can you share
the snapshot summary of the snapshots with `snapshot-sequence` `59331` and
`59330`? These are the sequences of the snapshots in which the file you
mentioned was seemingly added according to the values in `file_sequence_number`
(in a regular situation, there should be only one as you say).
They can be found, if not expired, in the `snapshots` key which contains an
array of snapshots.
If they no longer exist in this array, perhaps an older `metadata.json`
which does still have this information still exists.
I am asking because this connector utilizes snapshot properties for some of
the consistency guarantee mechanisms, and this could help pointing in the right
direction (or away from the wrong direction).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]