From 52ef0d6a09b69f373e40a172b33594d84e275652 Mon Sep 17 00:00:00 2001 From: theteachr Date: Tue, 19 Dec 2023 12:41:05 +0530 Subject: [PATCH] Set the compression to SNAPPY This is necessary for https://github.com/parseablehq/quest/pull/47 to work. When default compression algorithm was used, parquet files had unknown compression and couldn't be loaded during integrity testing using https://github.com/xitongsys/parquet-go. --- docker-compose-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index 2a7be46f4..4cad66917 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -43,6 +43,7 @@ services: - P_USERNAME=parseableadmin - P_PASSWORD=parseableadmin - P_CHECK_UPDATE=false + - P_PARQUET_COMPRESSION_ALGO=snappy networks: - parseable-internal healthcheck: