davidradl commented on code in PR #27335:
URL: https://github.com/apache/flink/pull/27335#discussion_r2614755645


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlDdlToOperationConverterTest.java:
##########
@@ -120,10 +121,10 @@ class SqlDdlToOperationConverterTest extends 
SqlNodeToOperationConversionTestBas
     @Test
     void testAlterCatalog() {
         // test alter catalog options
-        final String sql1 = "ALTER CATALOG cat2 SET ('K1' = 'V1', 'k2' = 'v2', 
'k2' = 'v2_new')";
+        final String sql1 = "ALTER CATALOG cat2 SET ('K1' = 'V1', 'k2' = 
'v2')";

Review Comment:
   I am curious what happens with  'K1' = 'V1', 'k2' = 'v2',  'k2' = 'v2'. I 
would expect this to work, it is inefficient but correct.  



-- 
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]

Reply via email to