hameizi commented on a change in pull request #15564:
URL: https://github.com/apache/flink/pull/15564#discussion_r612180011



##########
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:
       @KurtYoung Thanks for you review, i change the test case, please review 
it.




-- 
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:
us...@infra.apache.org


Reply via email to