rdblue commented on code in PR #5364:
URL: https://github.com/apache/iceberg/pull/5364#discussion_r954268996
##########
core/src/main/java/org/apache/iceberg/TableScanContext.java:
##########
@@ -75,7 +77,8 @@ private TableScanContext(
Long toSnapshotId,
ExecutorService planExecutor,
boolean fromSnapshotInclusive,
- ScanReporter scanReporter) {
+ ScanReporter scanReporter,
+ String ref) {
Review Comment:
I don't think it is necessary to add this, since the ref can really only
select a snapshot. We can use the existing `snapshot` behavior.
--
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]