Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a NullPointerException bug in ScalarTransformFunctionWrapper. #11309

Merged
merged 1 commit into from Aug 11, 2023

Conversation

shenyu0127
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2023

Codecov Report

Merging #11309 (2575ea3) into master (6fa4268) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master   #11309   +/-   ##
=======================================
  Coverage    0.11%    0.11%           
=======================================
  Files        2231     2231           
  Lines      120139   120148    +9     
  Branches    18218    18223    +5     
=======================================
  Hits          137      137           
- Misses     119982   119991    +9     
  Partials       20       20           
Flag Coverage Δ
integration1temurin11 0.00% <0.00%> (ø)
integration1temurin17 0.00% <0.00%> (ø)
integration1temurin20 0.00% <0.00%> (ø)
integration2temurin11 0.00% <0.00%> (ø)
integration2temurin17 0.00% <0.00%> (ø)
integration2temurin20 ?
unittests1temurin11 0.00% <0.00%> (ø)
unittests1temurin17 0.00% <0.00%> (ø)
unittests1temurin20 0.00% <0.00%> (ø)
unittests2temurin11 0.11% <0.00%> (-0.01%) ⬇️
unittests2temurin17 0.11% <0.00%> (-0.01%) ⬇️
unittests2temurin20 0.11% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...sform/function/ScalarTransformFunctionWrapper.java 0.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shenyu0127 shenyu0127 marked this pull request as ready for review August 9, 2023 20:54
Copy link
Contributor

@Jackie-Jiang Jackie-Jiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a partial fix. We haven't added complete null support to ScalarTransformFunctionWrapper

@Jackie-Jiang Jackie-Jiang merged commit 8a86c7b into apache:master Aug 11, 2023
21 of 22 checks passed
@shenyu0127 shenyu0127 deleted the scalar branch August 11, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants