X-czh commented on code in PR #24133:
URL: https://github.com/apache/flink/pull/24133#discussion_r1467171607
##########
flink-table/flink-table-api-java-bridge/src/test/java/org/apache/flink/table/factories/DataGenTableSourceFactoryTest.java:
##########
@@ -581,6 +588,27 @@ void testWrongTypes() {
anyCauseMatches("Could not parse value 'Wrong' for key
'fields.f0.start'"));
}
+ @Test
+ void testWithParallelism() {
Review Comment:
I've already included an IT case in
`DataGeneratorConnectorITCase#testWithParallelism` where the physical execution
plan is checked, would that be enough?
--
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]