rdsr commented on a change in pull request #315: [WIP] Incremental processing 
prototype
URL: https://github.com/apache/incubator-iceberg/pull/315#discussion_r358497594
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/BaseTransaction.java
 ##########
 @@ -480,6 +480,11 @@ public TableScan newScan() {
       throw new UnsupportedOperationException("Transaction tables do not 
support scans");
     }
 
+    @Override
+    public TableScan appendsBetween(long fromSnapshotId, long toSnapshotId) {
+      throw new UnsupportedOperationException("Transaction tables do not 
support incremental scans");
+    }
+
 
 Review comment:
   +1. I'll make that change

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