v.20.7Bug Fix
Fix Performance Issue with Large Tuples in IN Clause
Fix performance with large tuples, which are interpreted as functions inINsection. The case when user writesWHERE x IN tuple(1, 2, ...)instead ofWHERE x IN (1, 2, ...)for some obscure reason. #12700 (Anton Popov).