quietgopher opened a new pull request #5128: Fix a NullPointerException that can occur if an Exception is raised when reading a JSON Record file. URL: https://github.com/apache/incubator-pinot/pull/5128 _iterator will be null if an Exception is raised. _iterator.close() causes an NPE.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
