rdsr commented on a change in pull request #109: Remove unused in-memory 
ManifestReader code.
URL: https://github.com/apache/incubator-iceberg/pull/109#discussion_r259876044
 
 

 ##########
 File path: core/src/main/java/com/netflix/iceberg/ManifestReader.java
 ##########
 @@ -187,11 +165,6 @@ private void cacheChanges() {
   }
 
   CloseableIterable<ManifestEntry> entries(Collection<String> columns) {
-    if (entries != null) {
-      // if this reader is an in-memory list or if the entries have been 
cached, return the list.
-      return CloseableIterable.withNoopClose(entries);
 
 Review comment:
   I think `CloseableIterable.withNoopClose` is no longer used by any other 
code. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to