Closed aceforeverd closed 4 months ago
102 files ±0 102 suites ±0 2m 17s :stopwatch: -14s 359 tests ±0 345 :white_check_mark: ±0 14 :zzz: ±0 0 :x: ±0 487 runs ±0 473 :white_check_mark: ±0 14 :zzz: ±0 0 :x: ±0
Results for commit a55d65ca. ± Comparison against base commit 59d79f6d.
:recycle: This comment has been updated with latest results.
Attention: Patch coverage is 82.83262%
with 40 lines
in your changes missing coverage. Please review.
Project coverage is 75.24%. Comparing base (
59d79f6
) to head (a55d65c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
20 423 tests +48 20 421 :white_check_mark: +48 6m 18s :stopwatch: -5s 262 suites ± 0 2 :zzz: ± 0 69 files ± 0 0 :x: ± 0
Results for commit a55d65ca. ± Comparison against base commit 59d79f6d.
:recycle: This comment has been updated with latest results.
0 tests ±0 0 :white_check_mark: ±0 0s :stopwatch: ±0s 0 suites ±0 0 :zzz: ±0 0 files ±0 0 :x: ±0
Results for commit a55d65ca. ± Comparison against base commit 59d79f6d.
:recycle: This comment has been updated with latest results.
59 files ± 0 252 suites ±0 1h 40m 24s :stopwatch: +8s 13 586 tests +66 13 579 :white_check_mark: +66 7 :zzz: ±0 0 :x: ±0 19 293 runs +96 19 286 :white_check_mark: +96 7 :zzz: ±0 0 :x: ±0
Results for commit a55d65ca. ± Comparison against base commit 59d79f6d.
:recycle: This comment has been updated with latest results.
Two UDFs added
array_combine
intXX, string, date, timestamp
, but not array of composited types. For example,ARRAY<MAP<int, int>>
is invalidreturn array of strings for input array1, array2, ... doing cartesian product. Each product is joined with {delimiter} as a string. Empty string used if {delimiter} is null.
array_join
Concatenates the elements of the given array using the delimiter. Any null value is filtered.