twalthr commented on a change in pull request #9328: [FLINK-13521][sql-client]
Allow setting configurations in SQL CLI
URL: https://github.com/apache/flink/pull/9328#discussion_r310095868
##########
File path:
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java
##########
@@ -505,6 +506,45 @@ public void testUseCatalogAndUseDatabase() throws
Exception {
}
}
+ @Test(timeout = 30_000L)
+ public void testTableEnvConfigurations() throws Exception {
Review comment:
The IT cases in this file are meant for testing runtime behavior. We don't
need a full IT case just for a configuration entry. Please remove this test.
----------------------------------------------------------------
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