CosmosNi commented on PR #10489: URL: https://github.com/apache/seatunnel/pull/10489#issuecomment-4010728977
> 好工作。 @CosmosNi请解决评论问题@DanielCarter-stack `### Issue 1: UDF state not restored after Checkpoint` 这是合并前的问题 UDF state is not lost. Since sqlEngine is transient, it becomes null after checkpoint restore. The tryOpen() method detects this and creates a new SQLEngine instance via open(), which calls init() → loadUDFs() → openUDFs(), properly reinitializing all transient resources like CryptoClient. -- 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]
