Skip to content

Commit 78c8686

Browse files
authored
set compression to SNAPPY for CI runs (#578)
This is necessary for parseablehq/quest#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.
1 parent 7dec097 commit 78c8686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ services:
4343
- P_USERNAME=parseableadmin
4444
- P_PASSWORD=parseableadmin
4545
- P_CHECK_UPDATE=false
46+
- P_PARQUET_COMPRESSION_ALGO=snappy
4647
networks:
4748
- parseable-internal
4849
healthcheck:

0 commit comments

Comments
 (0)