You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/04/02 05:30:30 UTC

[GitHub] [incubator-iceberg] prodeezy commented on issue #104: ManifestReader is not properly closed in BaseTableScan

prodeezy commented on issue #104: ManifestReader is not properly closed in BaseTableScan
URL: https://github.com/apache/incubator-iceberg/issues/104#issuecomment-478850529
 
 
   I'm still seeing this exception when running the two tests mentioned i.e. TestFilteredScan and TestParquetWrite .. also when running integration tests. Has anyone else verified this works? 
   
   ```
   [Finalizer] WARN org.apache.iceberg.hadoop.HadoopStreams - Unclosed input stream created by:
   	org.apache.iceberg.hadoop.HadoopStreams$HadoopSeekableInputStream.<init>(HadoopStreams.java:77)
   	org.apache.iceberg.hadoop.HadoopStreams.wrap(HadoopStreams.java:52)
   	org.apache.iceberg.hadoop.HadoopInputFile.newStream(HadoopInputFile.java:125)
   	org.apache.iceberg.avro.AvroIterable.newFileReader(AvroIterable.java:95)
   	org.apache.iceberg.avro.AvroIterable.iterator(AvroIterable.java:77)
   	com.google.common.collect.Iterables$6.iterator(Iterables.java:585)
   	com.google.common.collect.Iterables$8.iterator(Iterables.java:709)
   	org.apache.iceberg.ManifestReader.iterator(ManifestReader.java:236)
   	org.apache.iceberg.FilteredManifest.iterator(FilteredManifest.java:121)
   	com.google.common.collect.Iterables$8.iterator(Iterables.java:709)
   	com.google.common.collect.Iterables$3.transform(Iterables.java:508)
   
   ```
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org