mayankshriv commented on a change in pull request #6321:
URL: https://github.com/apache/incubator-pinot/pull/6321#discussion_r536903564
##########
File path:
pinot-plugins/pinot-input-format/pinot-json/src/main/java/org/apache/pinot/plugin/inputformat/json/JSONRecordReader.java
##########
@@ -86,12 +91,14 @@ public GenericRow next(GenericRow reuse) {
public void rewind()
throws IOException {
_iterator.close();
+ _inputStream.close();
Review comment:
The `init()` should now take care of re-initializing the stream.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]