KurtYoung commented on a change in pull request #15564:
URL: https://github.com/apache/flink/pull/15564#discussion_r612150467
##########
File path:
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/catalog/hive/HiveCatalogTest.java
##########
@@ -78,4 +80,17 @@ public void testCreateHiveTable() {
prop.keySet().stream()
.noneMatch(k ->
k.startsWith(CatalogPropertiesUtil.FLINK_PROPERTY_PREFIX)));
}
+
+ @Test
+ public void testRetrieveFlinkProperties() throws ClassNotFoundException,
NoSuchMethodException, InvocationTargetException, IllegalAccessException {
Review comment:
Can you choose another way to test this? Relying on private method is
not a good practice.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]