Closed bowenliang123 closed 1 week ago
Attention: Patch coverage is 0%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
d3520dd
) to head (f76f686
). Report is 3 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...apache/kyuubi/engine/result/TColumnGenerator.scala | 0.00% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks, merged to master (1.11.0) and branch-1.10 (1.10.1).
:mag: Description
Issue References ๐
This pull request fixes #
Describe Your Solution ๐ง
TColumnGenerator
is used for generating column-based data. This PR skips repeated checks on checking nullability of the convert function in generating single column.Types of changes :bookmark:
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
Behavior With This Pull Request :tada:
Related Unit Tests
Checklist ๐
Be nice. Be informative.