-
Notifications
You must be signed in to change notification settings - Fork 527
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
fix(core): close flat mapper iterator after usage #2281
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2281 +/- ##
============================================
- Coverage 68.63% 68.58% -0.05%
Complexity 977 977
============================================
Files 498 498
Lines 40684 40685 +1
Branches 5681 5681
============================================
- Hits 27922 27904 -18
- Misses 10056 10078 +22
+ Partials 2706 2703 -3
... and 14 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Force-push note: clean the unused imports |
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.
nice catch!
hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java
Outdated
Show resolved
Hide resolved
…an mannually close 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.
LGTM
close [Bug] FlatMapperIterator should be closed after usage apache#2280
close [Bug] FlatMapperIterator should be closed after usage apache#2280
close [Bug] FlatMapperIterator should be closed after usage #2280
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need