Jiabao-Sun commented on code in PR #85:
URL:
https://github.com/apache/flink-connector-jdbc/pull/85#discussion_r1432091019
##########
flink-connector-jdbc/src/test/java/org/apache/flink/connector/jdbc/table/JdbcTablePlanTest.java:
##########
@@ -64,4 +69,14 @@ public void testFilterPushdown() {
util.verifyExecPlan(
"SELECT id, time_col, real_col FROM jdbc WHERE id = 900001 AND
time_col <> TIME '11:11:11' OR double_col >= -1000.23");
}
+
+ // A workaround to get the test method name for flink versions not
completely migrated to JUnit5
+ public TestName name() {
Review Comment:
Yes, I modified the comments to make them more clear.
@snuyanzin, could you help take a look again?
--
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]