Skip to content

Commit 8521aec

Browse files
author
dapeng
committed
fix compile error
1 parent bf1f766 commit 8521aec

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tidb/tidb-side/tidb-async-side/src/main/java/com/dtstack/flink/sql/side/tidb/TidbAsyncReqRow.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,5 @@ public void open(Configuration parameters) throws Exception {
7272
vo.setFileResolverCachingEnabled(false);
7373
Vertx vertx = Vertx.vertx(vo);
7474
setRdbSqlClient(JDBCClient.createNonShared(vertx, tidbClientConfig));
75-
setExecutor(new ThreadPoolExecutor(50, 50, 0, TimeUnit.MILLISECONDS,
76-
new LinkedBlockingQueue<>(10000), new DTThreadFactory("TidbAsyncExec"), new ThreadPoolExecutor.CallerRunsPolicy()));
7775
}
7876
}

0 commit comments

Comments
 (0)