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 20, 2024
1 parent a6d92e5 commit 99db4cb
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 99db4cb

Please sign in to comment.