fix(core): fix rare suspended WAL table when ALTER and RENAME are executed concurrently#6440
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
[PR Coverage check]😍 pass : 11 / 15 (73.33%) file detail
|
This PR handles
TableReferenceOutOfDateExceptionwhen ALTER TABLE is re-compiled inside WAL apply process.Also this PR ports some minor fixes from #6416