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

Add parsing support for ANY/SOME/ALL comparison modifiers. #16080

Merged
merged 5 commits into from
Jun 11, 2024

feat: fix the parser conflicts and fail the queries with null safe co…

c5ed057
Select commit
Loading
Failed to load commit list.
Merged

Add parsing support for ANY/SOME/ALL comparison modifiers. #16080

feat: fix the parser conflicts and fail the queries with null safe co…
c5ed057
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 10, 2024 in 1s

68.26% (+0.06%) compared to 87ecae7

View this Pull Request on Codecov

68.26% (+0.06%) compared to 87ecae7

Details

Codecov Report

Attention: Patch coverage is 77.77778% with 4 lines in your changes missing coverage. Please review.

Project coverage is 68.26%. Comparing base (87ecae7) to head (c5ed057).
Report is 2 commits behind head on main.

Files Patch % Lines
go/vt/sqlparser/ast_format.go 66.66% 2 Missing ⚠️
go/vt/vtgate/semantics/analyzer.go 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16080      +/-   ##
==========================================
+ Coverage   68.19%   68.26%   +0.06%     
==========================================
  Files        1541     1544       +3     
  Lines      197369   197737     +368     
==========================================
+ Hits       134605   134994     +389     
+ Misses      62764    62743      -21     

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