LadyForest commented on a change in pull request #23:
URL: https://github.com/apache/flink-table-store/pull/23#discussion_r811549907
##########
File path:
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreScanImpl.java
##########
@@ -54,12 +55,13 @@
private final ManifestFile.Factory manifestFileFactory;
private final ManifestList manifestList;
- private Long snapshotId;
- private List<ManifestFileMeta> manifests;
private Predicate partitionFilter;
private Predicate keyFilter;
private Predicate valueFilter;
- private Integer bucket;
+
+ private Long specificSnapshotId = null;
+ private Integer specificBucket = null;
Review comment:
ditto.
##########
File path:
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/operation/FileStoreScanImpl.java
##########
@@ -54,12 +55,13 @@
private final ManifestFile.Factory manifestFileFactory;
private final ManifestList manifestList;
- private Long snapshotId;
- private List<ManifestFileMeta> manifests;
private Predicate partitionFilter;
private Predicate keyFilter;
private Predicate valueFilter;
- private Integer bucket;
+
+ private Long specificSnapshotId = null;
+ private Integer specificBucket = null;
+ private List<ManifestFileMeta> specificManifests = null;
Review comment:
ditto.
--
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]