rdblue commented on a change in pull request #108: Use the current schema in 
all partition specs in scan planning.
URL: https://github.com/apache/incubator-iceberg/pull/108#discussion_r268796538
 
 

 ##########
 File path: core/src/main/java/com/netflix/iceberg/BaseTableScan.java
 ##########
 @@ -154,6 +155,16 @@ public InclusiveManifestEvaluator load(Integer specId) {
         }
       });
 
+  private final LoadingCache<Integer, Expression> PARTITION_EXPR_CACHE = 
CacheBuilder
+      .newBuilder()
 
 Review comment:
   Fixed the name.

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


With regards,
Apache Git Services

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

Reply via email to