bowenli86 commented on a change in pull request #8567:
[FLINK-12676][table][sql-client] Add descriptor, validator, and factory of
GenericInMemoryCatalog for table discovery service
URL: https://github.com/apache/flink/pull/8567#discussion_r289166409
##########
File path:
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/ExecutionContextTest.java
##########
@@ -73,12 +73,12 @@ public void testExecutionConfig() throws Exception {
@Test
public void testCatalogs() throws Exception {
- final String catalogName = "catalog1";
+ final String catalogName = "inmemorycatalog";
final ExecutionContext<?> context =
createCatalogExecutionContext();
final TableEnvironment tableEnv =
context.createEnvironmentInstance().getTableEnvironment();
assertEquals(tableEnv.getCurrentCatalog(), catalogName);
- assertEquals(tableEnv.getCurrentDatabase(), "mydatabase");
+ assertEquals(tableEnv.getCurrentDatabase(),
"test-default-database");
Review comment:
reverted
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services