Closed scovich closed 1 day ago
Attention: Patch coverage is 87.30159%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 79.78%. Comparing base (
67cc099
) to head (95a5368
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
kernel/src/expressions/column_names.rs | 87.30% | 2 Missing and 6 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What changes are proposed in this pull request?
It turns out our column name parsing code was unnecessarily complex. Simplify it and also use named values instead of "magic constants" for
'.'
,','
, and'`'
(which are remarkably similar and hard to read).How was this change tested?
Existing unit tests.