yuzelin commented on code in PR #20714:
URL: https://github.com/apache/flink/pull/20714#discussion_r962545770


##########
flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/context/SessionContextTest.java:
##########
@@ -129,17 +132,20 @@ public void testSetAndResetArbitraryKey() {
     // 
--------------------------------------------------------------------------------------------
 
     private SessionContext createSessionContext() {
-        Configuration flinkConfig = new Configuration();
-        flinkConfig.set(OBJECT_REUSE, true);
-        flinkConfig.set(MAX_PARALLELISM, 16);
+        Map<String, String> flinkConfig = new HashMap<>();

Review Comment:
   Because I have modified the `SessionContext#create`, so this method for test 
needs to be modified synchronously.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to