v.21.9Improvement
Merge JOIN Handles Empty Right Set Correctly
Merge JOIN correctly handles empty set in the right. #27078 (Vladimir C).
Why it matters
This feature fixes the behavior ofMerge JOIN when the right input dataset is empty. Previously, such cases might have been handled incorrectly, leading to unexpected results. Ensuring correct handling improves the reliability and correctness of join operations in queries involving empty datasets.How to use it
This fix is applied implicitly toMerge JOIN operations, so users do not need to enable or configure anything separately. Simply perform JOIN queries as usual, and cases with empty right-side inputs will be handled correctly.