Re: UUID on TableAPI

2022-04-26 Thread Martijn Visser
//go.microsoft.com/fwlink/?LinkId=550986> for > Windows > > > > *From: *Francis Conroy > *Sent: *Tuesday, April 26, 2022 7:26 AM > *To: *lan tran > *Cc: *user@flink.apache.org > *Subject: *Re: UUID on TableAPI > > > > Hi Quynh, > > > > My understa

RE: UUID on TableAPI

2022-04-25 Thread lan tran
Ok, thanks for the clarification.   Sent from Mail for Windows From: Francis ConroySent: Tuesday, April 26, 2022 7:26 AMTo: lan tranCc: user@flink.apache.orgSubject: Re: UUID on TableAPI Hi Quynh,  My understanding is mostly based on the documentation I linked in the first reply. If the flink

Re: UUID on TableAPI

2022-04-25 Thread Francis Conroy
t can implement in Table API ? > > Best, > Quynh > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows > > > > *From: *Francis Conroy > *Sent: *Tuesday, April 26, 2022 7:07 AM > *To: *lan tran > *Cc: *user@fl

RE: UUID on TableAPI

2022-04-25 Thread lan tran
: Tuesday, April 26, 2022 7:07 AMTo: lan tranCc: user@flink.apache.orgSubject: Re: UUID on TableAPI Hi  Quynh, Set the savepoint UUID? Is that what you mean? The savepoint UUIDs are issued dynamically when you request them, flink won't know automatically what the last savepoint was, but you can start a new

Re: UUID on TableAPI

2022-04-25 Thread Francis Conroy
Hi Quynh, Set the savepoint UUID? Is that what you mean? The savepoint UUIDs are issued dynamically when you request them, flink won't know automatically what the last savepoint was, but you can start a new job and restore from a savepoint by passing in the UUID. All that said there are