xtern opened a new pull request, #7309:
URL: https://github.com/apache/ignite-3/pull/7309

   https://issues.apache.org/jira/browse/IGNITE-22303
   
   Implements automatic re-planning of outdated SQL query execution plans when 
schema changes occur concurrently with query planning. The solution validates 
that the catalog version used during plan creation matches the catalog version 
at transaction start time, and re-plans the query if they differ keeping.
   
   * Introduced `SqlPlanToTxSchemaVersionValidator` to validate catalog version 
compatibility between query plan and transaction
   * Added recovery mechanism in `QueryExecutionProgram` to handle 
`SqlPlanOutdatedException` by re-planning with the same transaction
   * Extended `SqlOperationContext` to track and reuse transaction across retry 
attempt


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

Reply via email to