Commit afa5c8f
Fix array_has_all and array_has_any with empty array (apache#15039)
* fixEmptyArrayHasAll
* Fix the array
* Change to more efficient BooleanBuffer
* Separate test case
* small fix
* Update datafusion/functions-nested/src/array_has.rs
Co-authored-by: Alex Huang <huangweijun1001@gmail.com>
* Add the string failure test cases
* fix
---------
Co-authored-by: Alex Huang <huangweijun1001@gmail.com>1 parent d460abb commit afa5c8f
File tree
2 files changed
+16
-0
lines changed- datafusion
- functions-nested/src
- sqllogictest/test_files
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
442 | 449 | | |
443 | 450 | | |
444 | 451 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5905 | 5905 | | |
5906 | 5906 | | |
5907 | 5907 | | |
| 5908 | + | |
| 5909 | + | |
| 5910 | + | |
| 5911 | + | |
| 5912 | + | |
| 5913 | + | |
| 5914 | + | |
| 5915 | + | |
| 5916 | + | |
5908 | 5917 | | |
5909 | 5918 | | |
5910 | 5919 | | |
| |||
0 commit comments