KurtYoung commented on a change in pull request #10270: 
[FLINK-14672][sql-client] Make Executor stateful in sql client
URL: https://github.com/apache/flink/pull/10270#discussion_r349417814
 
 

 ##########
 File path: 
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/LocalExecutor.java
 ##########
 @@ -171,12 +175,19 @@ public LocalExecutor(URL defaultEnv, List<URL> jars, 
List<URL> libraries) {
        /**
         * Constructor for testing purposes.
         */
-       public LocalExecutor(Environment defaultEnvironment, List<URL> 
dependencies, Configuration flinkConfig, CustomCommandLine commandLine, 
ClusterClientServiceLoader clusterClientServiceLoader) {
+       public LocalExecutor(
+               Environment defaultEnvironment,
+               List<URL> dependencies,
+               Configuration flinkConfig,
+               CustomCommandLine commandLine,
+               ClusterClientServiceLoader clusterClientServiceLoader
+       ) {
 
 Review comment:
   nit: align with other code format

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

Reply via email to