fix(core): close flat mapper iterator after usage#2281
Merged
imbajin merged 2 commits intoapache:masterfrom Aug 29, 2023
Merged
fix(core): close flat mapper iterator after usage#2281imbajin merged 2 commits intoapache:masterfrom
imbajin merged 2 commits intoapache:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Force-push note: clean the unused imports |
javeme
reviewed
Aug 15, 2023
hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java
Outdated
Show resolved
Hide resolved
…an mannually close it
z7658329
approved these changes
Aug 29, 2023
DanGuge
pushed a commit
to DanGuge/incubator-hugegraph
that referenced
this pull request
Sep 25, 2023
close [Bug] FlatMapperIterator should be closed after usage apache#2280
VGalaxies
pushed a commit
to VGalaxies/incubator-hugegraph
that referenced
this pull request
Nov 10, 2023
close [Bug] FlatMapperIterator should be closed after usage apache#2280
imbajin
pushed a commit
that referenced
this pull request
Nov 10, 2023
close [Bug] FlatMapperIterator should be closed after usage #2280
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODODoc - DoneDoc - No Need