wangxiaojing commented on code in PR #174:
URL:
https://github.com/apache/flink-connector-jdbc/pull/174#discussion_r3021273979
##########
flink-connector-jdbc-core/src/test/java/org/apache/flink/connector/jdbc/split/NumericBetweenParametersProviderTest.java:
##########
@@ -115,6 +115,21 @@ void testBatchNumTooLarge() {
check(expected, actual);
}
+ @Test
+ void testBatchMaxMinTooLarge() {
+ JdbcNumericBetweenParametersProvider provider =
+ new JdbcNumericBetweenParametersProvider(2260418954055131340L,
3875220057236942850L)
+ .ofBatchSize(3);
Review Comment:
yes
--
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]