Skip to content

Commit

Permalink
Use local spooling in TpchQueryRunner.main
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Sep 23, 2024
1 parent d8fc3e5 commit 52b98d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public static void main(String[] args)
.put("sql.default-catalog", "tpch")
.put("sql.default-schema", "tiny")
.buildOrThrow())
.withProtocolSpooling("json+zstd")
.build();
Logger log = Logger.get(TpchQueryRunner.class);
log.info("======== SERVER STARTED ========");
Expand Down

0 comments on commit 52b98d5

Please sign in to comment.