LadyForest commented on a change in pull request #67:
URL: https://github.com/apache/flink-table-store/pull/67#discussion_r841003912
##########
File path:
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/TableStore.java
##########
@@ -260,6 +273,11 @@ public SourceBuilder
withLogSourceProvider(LogSourceProvider logSourceProvider)
return this;
}
+ public SourceBuilder withParallelism(Integer parallelism) {
Review comment:
Add a `@Nullable` annotation here, since `SCAN_PARALLELISM` has no
default value.
--
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]