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

feat: support sharding distSQL parse to AST #392

Merged
merged 5 commits into from
Jun 5, 2023

Conversation

wbtlb
Copy link
Contributor

@wbtlb wbtlb commented Jun 5, 2023

Type of change:

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

What this PR does / why we need it:

reference issue: #270

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?

@github-actions github-actions bot added the operator solutions of operator label Jun 5, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #392 (d4a192a) into main (e52f093) will decrease coverage by 6.79%.
The diff coverage is 3.99%.

❗ Current head d4a192a differs from pull request most recent head c98d05a. Consider uploading reports for the commit c98d05a to get more accurate results

@@            Coverage Diff             @@
##             main     #392      +/-   ##
==========================================
- Coverage   47.34%   40.55%   -6.79%     
==========================================
  Files          48       51       +3     
  Lines        5264     6157     +893     
==========================================
+ Hits         2492     2497       +5     
- Misses       2547     3435     +888     
  Partials      225      225              
Impacted Files Coverage Δ
pitr/cli/internal/cmd/backup.go 73.47% <0.00%> (ø)
...tor/cmd/shardingsphere-operator/manager/manager.go 0.00% <ø> (ø)
...perator/pkg/controllers/compute_node_controller.go 0.00% <0.00%> (ø)
...phere-operator/pkg/controllers/proxy_controller.go 0.00% <ø> (ø)
...operator/pkg/controllers/proxyconfig_controller.go 0.00% <ø> (ø)
...pkg/controllers/shardingsphere_chaos_controller.go 46.46% <ø> (ø)
...sphere-operator/pkg/distsql/visitor/encrypt_rdl.go 48.76% <ø> (ø)
...ingsphere-operator/pkg/distsql/visitor/mask_rdl.go 0.00% <ø> (ø)
...or/pkg/distsql/visitor/read_write_splitting_rdl.go 0.00% <0.00%> (ø)
...gsphere-operator/pkg/distsql/visitor/shadow_rdl.go 0.00% <0.00%> (ø)
... and 7 more

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

@sonarcloud
Copy link

sonarcloud bot commented Jun 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 10 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mlycore mlycore added this to the 0.3.0 milestone Jun 5, 2023
@mlycore mlycore merged commit 563adfb into apache:main Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: distsql operator solutions of operator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants