v.25.11Bug Fix (user-visible misbehavior in an official stable release)
Add runtime filters only
Add runtime filters only for supported join algorithms i.e. hash joins. A filter can only be built when join algorithm first fully reads the right side and then reads the left side, but FullSortingMergeJoin for example reads both sides simultaneously. Fixes #89220. #89652 (Alexander Gololobov).