From d7e015300012ee1977c19d38b25c8e333b63a8b7 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Wed, 5 Apr 2023 12:12:47 +0530 Subject: [PATCH] Fix #10896: Fix snappy coded issue (#10919) --- ingestion/setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 31b6975c057..5490a440eaa 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -46,7 +46,12 @@ VERSIONS = { } COMMONS = { - "datalake": {VERSIONS["boto3"], VERSIONS["pandas"], VERSIONS["pyarrow"]}, + "datalake": { + VERSIONS["boto3"], + VERSIONS["pandas"], + VERSIONS["pyarrow"], + "python-snappy~=0.6.1", + }, "hive": { "presto-types-parser>=0.0.2", "pyhive~=0.6",