bajisn-666 opened a new pull request, #710: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/710
What is the purpose of the change This PR fixes a `NullPointerException` in `FileLineFetcher.java`. The NPE occurred when the `close()` method was called, but the `reader` was null. This usually happens in multi-threaded environments or when file initialization fails. Also updated `HDFSLoadTest.java` to use 4 threads to verify the fix in a concurrent scenario. ### Related issues Fixes #706 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
