v.21.1Improvements
Add Diagnostic Info for Circular Merge Table Reads
Add diagnostic information when two merge tables try to read each other's data. #17854 (徐炘).
Why it matters
This feature helps identify and debug issues when twoMerge tables try to access each other's data, which can lead to problematic read dependencies or circular references. Providing detailed diagnostics improves troubleshooting and stability.How to use it
The diagnostic information is automatically generated when such a conflict occurs betweenMerge tables, requiring no special user action to enable.