ahmedabu98 commented on code in PR #38834:
URL: https://github.com/apache/beam/pull/38834#discussion_r3476709716
##########
sdks/java/io/iceberg/src/main/java/org/apache/beam/sdk/io/iceberg/ReadUtils.java:
##########
@@ -179,17 +179,23 @@ static ParquetReader<Record> createReader(InputFile
inputFile, Schema schema) {
fromSnapshot = currentSnapshot.snapshotId();
}
}
+
+ return fromSnapshot;
+ }
+
+ public static @Nullable Long getFromSnapshotExclusive(Table table,
IcebergScanConfig scanConfig) {
+ @Nullable Long fromSnapshot = getFromSnapshotInclusive(table, scanConfig);
Review Comment:
Done
--
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]