stevenzwu commented on PR #4529:
URL: https://github.com/apache/iceberg/pull/4529#issuecomment-1093402576

   We can't really overload the `appendBetween` with long and Long. Otherwise, 
we are going to see compiling error (Ambiguous) like this.
   
   ```
   > Task :iceberg-flink:iceberg-flink-1.14:compileJava
           scan = scan.appendsBetween(context.startSnapshotId(), 
context.endSnapshotId());
                      ^
     both method appendsBetween(long,long) in org.apache.iceberg.TableScan and 
method appendsBetween(java.lang.Long,long) in org.apache.iceberg.TableScan match
   ```


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

To unsubscribe, e-mail: [email protected]

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