Commit Graph

2 Commits

Author SHA1 Message Date
Mikhail Koviazin
87846b2c98
Added more tests 2024-03-13 09:14:55 +02:00
Mikhail Koviazin
94f15dd5e0
Fix has() function with Nullable column
Previous implementation didn't check for `null_map` when the given
argument was not `Null`. This commit adds the missing check.

Fixes #60214
2024-03-12 16:48:43 +02:00