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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to