yuzelin commented on code in PR #20401:
URL: https://github.com/apache/flink/pull/20401#discussion_r938507937
##########
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/endpoint/hive/HiveServer2EndpointITCase.java:
##########
@@ -211,6 +213,49 @@ public void testGetCatalogs() throws Exception {
}
}
+ @Test
+ public void testGetSchemas() throws Exception {
+ try (Connection connection = ENDPOINT_EXTENSION.getConnection()) {
+ connection.createStatement().execute("CREATE SCHEMA schema1");
Review Comment:
Improved by introducing a common initDefaultTestConnection method to build
test database.
--
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]