nastra opened a new pull request, #14891:
URL: https://github.com/apache/iceberg/pull/14891

   Noticed the below stack trace when running `TestRemoteScanPlanning`:
   
   ```
   [Finalizer] WARN org.apache.iceberg.hadoop.HadoopStreams - Unclosed input 
stream created by:
        
org.apache.iceberg.hadoop.HadoopStreams$HadoopSeekableInputStream.<init>(HadoopStreams.java:90)
        org.apache.iceberg.hadoop.HadoopStreams.wrap(HadoopStreams.java:54)
        
org.apache.iceberg.hadoop.HadoopInputFile.newStream(HadoopInputFile.java:183)
        
org.apache.iceberg.avro.AvroIterable.newFileReader(AvroIterable.java:103)
        org.apache.iceberg.avro.AvroIterable.iterator(AvroIterable.java:78)
        
org.apache.iceberg.io.CloseableIterable$7$1.<init>(CloseableIterable.java:205)
        
org.apache.iceberg.io.CloseableIterable$7.iterator(CloseableIterable.java:204)
        
org.apache.iceberg.io.CloseableIterable$7$1.<init>(CloseableIterable.java:205)
        
org.apache.iceberg.io.CloseableIterable$7.iterator(CloseableIterable.java:204)
        
org.apache.iceberg.io.CloseableIterable.lambda$filter$0(CloseableIterable.java:126)
        
org.apache.iceberg.io.CloseableIterable$2.iterator(CloseableIterable.java:89)
        
org.apache.iceberg.io.CloseableIterable.lambda$filter$1(CloseableIterable.java:153)
        
org.apache.iceberg.io.CloseableIterable$2.iterator(CloseableIterable.java:89)
        
org.apache.iceberg.io.CloseableIterable$7$1.<init>(CloseableIterable.java:205)
        
org.apache.iceberg.io.CloseableIterable$7.iterator(CloseableIterable.java:204)
        org.apache.iceberg.ManifestGroup$1.iterator(ManifestGroup.java:347)
        
org.apache.iceberg.io.CloseableIterable$ConcatCloseableIterable$ConcatCloseableIterator.hasNext(CloseableIterable.java:274)
        
org.apache.iceberg.rest.CatalogHandlers.planFilesFor(CatalogHandlers.java:813)
        
org.apache.iceberg.rest.CatalogHandlers.planTableScan(CatalogHandlers.java:690)
        
org.apache.iceberg.rest.RESTCatalogAdapter.handleRequest(RESTCatalogAdapter.java:321)
        
org.apache.iceberg.rest.RESTServerCatalogAdapter.handleRequest(RESTServerCatalogAdapter.java:47)
        
org.apache.iceberg.rest.RESTCatalogAdapter.execute(RESTCatalogAdapter.java:569)
        
org.apache.iceberg.rest.RESTCatalogAdapter.execute(RESTCatalogAdapter.java:550)
        
org.apache.iceberg.rest.RESTCatalogServlet.execute(RESTCatalogServlet.java:110)
        
org.apache.iceberg.rest.RESTCatalogServlet.doPost(RESTCatalogServlet.java:79)
        jakarta.servlet.http.HttpServlet.service(HttpServlet.java:520)
        jakarta.servlet.http.HttpServlet.service(HttpServlet.java:587)
   ```


-- 
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]

Reply via email to