edgarRd commented on a change in pull request #1115:
URL: https://github.com/apache/iceberg/pull/1115#discussion_r441087401



##########
File path: core/src/main/java/org/apache/iceberg/BaseTableScan.java
##########
@@ -243,6 +224,7 @@ public TableScan ignoreResiduals() {
 
   @Override
   public CloseableIterable<CombinedScanTask> planTasks() {
+    ImmutableMap<String, String> options = context.options();

Review comment:
       I guess this also applies to the already existing 
[BaseTableScan#options()](https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/BaseTableScan.java#L103).




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



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

Reply via email to