prodeezy edited a comment 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 trying to read from Iceberg tables with 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) ``` /cc @rdblue @aokolnychyi @rdsr
---------------------------------------------------------------- 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]
