brishi19791 commented on issue #660:
URL:
https://github.com/apache/incubator-xtable/issues/660#issuecomment-2701728324
In the snapshot list, the first snapshot can be latest iceberg snapshot or
any snapshot created after the last conversion where timestamp would be > last
instant sync timestamp.
Below example, if I do conversion from 3rd to 5th, it is doing full sync
instead of incremental
"properties" : {
"format-version" : "2"
},
"snapshots" : [ {
"sequence-number" : 4,
"timestamp-ms" : 1741145594573,
}, {
"sequence-number" : 3,
"timestamp-ms" : 1741145499058,
}, {
"sequence-number" : 2,
"timestamp-ms" : 1741145496915,
}, {
"sequence-number" : 1,
"timestamp-ms" : 1741131082785,
}, {
"sequence-number" : 5,
"timestamp-ms" : 1741145629750,
} ],
--
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]