From 23d3399281da5b2bbb0b8a82ea4d8ab2d4683a1a Mon Sep 17 00:00:00 2001 From: Luis Bianchin Date: Thu, 12 Sep 2024 09:48:25 +0200 Subject: [PATCH] e2e test with PrismRunner --- e2e/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/e2e.sh b/e2e/e2e.sh index e4934bc5..4a9e2e6c 100755 --- a/e2e/e2e.sh +++ b/e2e/e2e.sh @@ -96,6 +96,7 @@ runSuite() { BINARY_TRANSFER='false' runDBeamDockerCon --executions=3 --avroCodec=deflate1 BINARY_TRANSFER='false' runDBeamDockerCon --executions=3 --avroCodec=zstandard1 BINARY_TRANSFER='false' runDBeamDockerCon --executions=3 --avroCodec=deflate1 --queryParallelism=5 --splitColumn=row_number + BINARY_TRANSFER='false' runDBeamDockerCon --executions=3 --runner=PrismRunner } light() {