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 (徐炘).
Added diagnostic information for scenarios where two Merge tables attempt to read data from each other.

Why it matters

This feature helps identify and debug issues when two Merge 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 between Merge tables, requiring no special user action to enable.