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

[Feature] Support HashJoin For Shards #698

Merged
merged 23 commits into from
Jul 25, 2023

Conversation

huangwenkan9
Copy link
Contributor

支持跨库hashjoin功能

#656

@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2023

Codecov Report

Patch coverage: 15.65% and project coverage change: -1.63 ⚠️

Comparison is base (39096e4) 36.77% compared to head (3ab22ad) 35.15%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #698      +/-   ##
==========================================
- Coverage   36.77%   35.15%   -1.63%     
==========================================
  Files         229      245      +16     
  Lines       24016    25857    +1841     
==========================================
+ Hits         8832     9089     +257     
- Misses      14177    15710    +1533     
- Partials     1007     1058      +51     
Impacted Files Coverage Δ
pkg/runtime/optimize/dml/select.go 0.38% <0.00%> (-0.07%) ⬇️
pkg/runtime/ast/expression.go 21.21% <6.66%> (-3.79%) ⬇️
pkg/runtime/ast/select_element.go 17.09% <14.28%> (-0.03%) ⬇️
pkg/runtime/ast/expression_atom.go 38.32% <17.77%> (+4.68%) ⬆️
pkg/runtime/ast/predicate.go 41.70% <28.26%> (+4.69%) ⬆️
pkg/runtime/plan/dml/hash_join.go 54.13% <54.13%> (ø)

... and 18 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dongzl dongzl added the enhancement New feature or request label Jul 8, 2023
@dongzl dongzl added this to the 0.3.0 milestone Jul 8, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jul 20, 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 5 Code Smells

No Coverage information No Coverage information
10.1% 10.1% Duplication

@@ -413,3 +463,7 @@ func (f *FunctionCallExpressionAtom) Restore(flag RestoreFlag, sb *strings.Build
func (f *FunctionCallExpressionAtom) phantom() expressionAtomPhantom {
return expressionAtomPhantom{}
}

func (f *FunctionCallExpressionAtom) Clone() ExpressionAtom {
panic("implement me")
Copy link
Contributor

Choose a reason for hiding this comment

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

Implement later or needn't ?

@AlexStocks AlexStocks merged commit 32df22b into arana-db:master Jul 25, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants