Conversation
Signed-off-by: blaginin <github@blaginin.me>
Signed-off-by: blaginin <github@blaginin.me>
Deploying vortex-bench with
|
| Latest commit: |
f385faf
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://50aeb0e5.vortex-93b.pages.dev |
| Branch Preview URL: | https://db-kleene-or.vortex-93b.pages.dev |
| @@ -238,6 +238,7 @@ impl VTable for Binary { | |||
| Ok(match operator { | |||
| // AND and OR are kleene logic. | |||
| assert_eq!( | ||
| result.scalar_at(0).vortex_expect("value"), | ||
| Scalar::bool(true, Nullability::NonNullable), | ||
| ) |
There was a problem hiding this comment.
can you use assert_arrays_eq!
Signed-off-by: blaginin <github@blaginin.me>
CodSpeed Performance ReportMerging this PR will degrade performance by 31.23%Comparing
|
| let expr = or(col("a"), col("b")); | ||
| let result = struct_arr.apply(&expr).unwrap(); | ||
|
|
||
| assert_arrays_eq!(result, BoolArray::from_iter([Some(true)]).into_array()) |
There was a problem hiding this comment.
you don't need into_array
Signed-off-by: blaginin <github@blaginin.me>
No description provided.