Make horizontal and vertical versions of and(), any() consistent w.r.t default null strategy #12585
Labels
bug
Something isn't working
enhancement
New feature or an improvement of an existing feature
P-medium
Priority: medium
Description
The default (and only) null strategy for horizontal version of
and()
,any()
is to use Kleene logic. As ifnull
represents booleanunknown
.The default null strategy for horizontal version of
and()
,any()
is to ignore nulls. But can be changed to Kleene logic withignore_nulls=False
.I expect them both to have the same default null strategy.
The text was updated successfully, but these errors were encountered: