apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.52k stars 3.71k forks source link

Fixed NPE in `array_overlap` and `array_contains`. #17465

Closed vivek807 closed 2 weeks ago

vivek807 commented 2 weeks ago

Fixes #17440.

Description

This PR will address the NPE in array_overlap and array_contains with Complex type. Also added UT.

Fixed the bug #17440

This PR has:

clintropolis commented 2 weeks ago

thanks for the fix!