21.11.4.14 ``` create table test (x String) Engine=StripeLog select if(toUInt8(0), y, 42) from test ``` Throws exception `DB::Exception: Missing columns: 'y'` Excpecting 42 btw `select if(0, y, 42) from test` works fine