apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.63k stars 803 forks source link

Fix string view ILIKE checks with NULL values #6705

Closed findepi closed 2 weeks ago

findepi commented 2 weeks ago

Which issue does this PR close?

Rationale for this change

Fix correctness

What changes are included in this PR?

Fix StringView LIKE .. result when tested values include nulls.

Are there any user-facing changes?

Yes

findepi commented 2 weeks ago

@alamb ptal