JingsongLi commented on code in PR #351:
URL: https://github.com/apache/flink-table-store/pull/351#discussion_r1026054061
##########
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/source/FileStoreSource.java:
##########
@@ -100,6 +100,9 @@ public SplitEnumerator<FileStoreSourceSplit,
PendingSplitsCheckpoint> restoreEnu
// Only full compaction results will appear on the max
level.
plan = scan.withLevel(table.options().numLevels() -
1).plan();
} else {
+ if (!isContinuous) {
+
scan.withReadCompacted(table.options().readCompacted());
Review Comment:
You have modified connector code, it is better to add cases in
`ContinuousFileStoreITCase` and `BatchFileStoreITCase` too.
--
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]