Shekharrajak commented on code in PR #28791:
URL: https://github.com/apache/flink/pull/28791#discussion_r4007441476


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlConnectionOperationConverterTest.java:
##########
@@ -121,4 +123,50 @@ void testCreateConnectionWithEmptyOptionsRejected() {
                 .isInstanceOf(SqlValidateException.class)
                 .hasMessageContaining("Connection property list can not be 
empty.");
     }
+
+    @Test
+    void testShowCreateConnection() {

Review Comment:
   Test added 
https://github.com/apache/flink/pull/28791/changes/798b2c9e807c91fc53c3411e8a72d1bef9e74d4d
 



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