LadyForest commented on code in PR #138:
URL: https://github.com/apache/flink-table-store/pull/138#discussion_r892010987
##########
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/source/FileStoreSource.java:
##########
@@ -79,6 +82,7 @@ public FileStoreSource(
boolean isContinuous,
long discoveryInterval,
boolean latestContinuous,
+ boolean nonRescaleCompact,
Review Comment:
> > FromElementsSource
>
> `FromElementsSource` resides in package `flink-connector-test-utils`, is
it proper to use?
Or just impl a new source like `FromElementsSource`
--
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]