Closed yashmayya closed 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 63.76%. Comparing base (
59551e4
) to head (6173c77
). Report is 1355 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
REGEXP_EXTRACT(stringCol, 'nonMatchingRegex', 0, 'null')
returnsnonMatchingRegex
instead ofnull
.REGEXP_EXTRACT('stringLiteral', 'nonMatchingRegex', 0, 'null')
correctly returnsnull
however.