-
Notifications
You must be signed in to change notification settings - Fork 529
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
chore: async remove left index shouldn't effect query #2199
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2199 +/- ##
=========================================
Coverage 65.08% 65.08%
- Complexity 977 979 +2
=========================================
Files 497 497
Lines 40566 40572 +6
Branches 5663 5663
=========================================
+ Hits 26403 26407 +4
- Misses 11548 11551 +3
+ Partials 2615 2614 -1
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
<dependency> | ||
<groupId>io.grpc</groupId> | ||
<artifactId>grpc-netty-shaded</artifactId> | ||
<version>1.47.0</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.hugegraph</groupId> | ||
<artifactId>hugegraph-rpc</artifactId> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>io.grpc</groupId> | ||
<artifactId>grpc-netty-shaded</artifactId> | ||
</exclusion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@z7658329 commons could refer it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@z7658329 commons could refer it?
ok
fix #2081 #2201