v.20.1New Feature
Improvements in ANY JOIN Logic Consistency
Improvements in consistency ofANY JOINlogic. Nowt1 ANY LEFT JOIN t2equalst2 ANY RIGHT JOIN t1. #7665 (Artem Zuikov)
Why it matters
To resolve inconsistencies inANY JOIN logic, making the join results symmetric and predictable regardless of join direction. This enhancement simplifies reasoning about queries and increases reliability when using ANY JOIN.How to use it
Users can directly benefit from this improvement without changing their queries. Writing eitherANY LEFT JOIN or the equivalent ANY RIGHT JOIN will now yield consistent and equivalent results.