X-czh commented on code in PR #134:
URL:
https://github.com/apache/flink-connector-kafka/pull/134#discussion_r1863570319
##########
flink-connector-kafka/src/main/java/org/apache/flink/streaming/connectors/kafka/table/UpsertKafkaDynamicTableFactory.java:
##########
@@ -150,6 +152,8 @@ public DynamicTableSource createDynamicTableSource(Context
context) {
final BoundedOptions boundedOptions = getBoundedOptions(tableOptions);
+ Integer parallelism = tableOptions.get(SCAN_PARALLELISM);
Review Comment:
Putting it as a separate line is probably more readable, WDYT?
--
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]