Skip to content

Commit

Permalink
[native] Remove 'http_exec_threads' from configProperties in PrestoNa…
Browse files Browse the repository at this point in the history
…tiveQueryRunnerUtils.
  • Loading branch information
spershin committed Nov 28, 2023
1 parent b715341 commit 1539cda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public static QueryRunner createNativeQueryRunner(
Files.write(tempDirectoryPath.resolve("velox.properties"), "".getBytes());
String configProperties = format("discovery.uri=%s%n" +
"presto.version=testversion%n" +
"http_exec_threads=8%n" +
"system-memory-gb=4%n" +
"http-server.http.port=%d", discoveryUri, port);

Expand Down

0 comments on commit 1539cda

Please sign in to comment.