liyubin117 commented on code in PR #24763:
URL: https://github.com/apache/flink/pull/24763#discussion_r1637667029


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlDdlToOperationConverterTest.java:
##########
@@ -124,6 +127,26 @@ public void testAlterCatalog() {
                         "cat2",
                         "ALTER CATALOG cat2\n  SET 'K1' = 'V1',\n  SET 'k2' = 
'v2_new'",
                         expectedOptions);
+
+        // test alter catalog reset
+        final Set<String> expectedResetKeys = new HashSet<>();
+        expectedResetKeys.add("K1");

Review Comment:
   done :)



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to