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

[hot-fix] Fix the NullPointerException when modifying the self-optimizing.enabled #2388

Merged
merged 1 commit into from
Dec 1, 2023

fix NPE

ed4a1bd
Select commit
Loading
Failed to load commit list.
Merged

[hot-fix] Fix the NullPointerException when modifying the self-optimizing.enabled #2388

fix NPE
ed4a1bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 30, 2023 in 0s

52.96% (-0.01%) compared to ca2061e

View this Pull Request on Codecov

52.96% (-0.01%) compared to ca2061e

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (ca2061e) 52.96% compared to head (ed4a1bd) 52.96%.

Files Patch % Lines
...er/table/executor/TableRuntimeRefreshExecutor.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2388      +/-   ##
============================================
- Coverage     52.96%   52.96%   -0.01%     
+ Complexity     4303     4299       -4     
============================================
  Files           516      516              
  Lines         29716    29717       +1     
  Branches       2896     2897       +1     
============================================
  Hits          15739    15739              
- Misses        12699    12701       +2     
+ Partials       1278     1277       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.