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