v.22.8Improvement
Added LEFT SEMI and LEFT ANTI Join Support for EmbeddedRocksDB Tables
Added support ofLEFT SEMIandLEFT ANTIdirect join withEmbeddedRocksDBtables. #38956 (Vladimir C).
Why it matters
This feature enables users to performLEFT SEMI and LEFT ANTI joins directly on EmbeddedRocksDB tables, expanding join capabilities and improving query flexibility when working with these table engines.How to use it
Users can now use theLEFT SEMI and LEFT ANTI join types in their SQL queries when joining with EmbeddedRocksDB tables without additional configuration.