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

[Backport 2.x] Add where clause support in create statement #2369

Merged
merged 1 commit into from
Oct 25, 2023

Add where clause support in create statement (#2366)

a63af39
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Add where clause support in create statement #2369

Add where clause support in create statement (#2366)
a63af39
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 25, 2023 in 1s

96.50% (target 99.00%)

View this Pull Request on Codecov

96.50% (target 99.00%)

Details

Codecov Report

Merging #2369 (a63af39) into 2.x (a43d28d) will decrease coverage by 0.01%.
The diff coverage is 91.66%.

@@             Coverage Diff              @@
##                2.x    #2369      +/-   ##
============================================
- Coverage     96.51%   96.50%   -0.01%     
- Complexity     4947     4950       +3     
============================================
  Files           466      466              
  Lines         13684    13687       +3     
  Branches        912      915       +3     
============================================
+ Hits          13207    13209       +2     
  Misses          458      458              
- Partials         19       20       +1     
Files Coverage Δ
.../sql/spark/dispatcher/model/IndexQueryDetails.java 96.66% <100.00%> (-0.48%) ⬇️
...park/dispatcher/model/FullyQualifiedTableName.java 90.47% <87.50%> (-1.84%) ⬇️