Fix #10896: Fix snappy coded issue (#10919)

This commit is contained in:
Mayur Singal 2023-04-05 12:12:47 +05:30 committed by GitHub
parent 31a5464090
commit d7e0153000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,12 @@ VERSIONS = {
} }
COMMONS = { COMMONS = {
"datalake": {VERSIONS["boto3"], VERSIONS["pandas"], VERSIONS["pyarrow"]}, "datalake": {
VERSIONS["boto3"],
VERSIONS["pandas"],
VERSIONS["pyarrow"],
"python-snappy~=0.6.1",
},
"hive": { "hive": {
"presto-types-parser>=0.0.2", "presto-types-parser>=0.0.2",
"pyhive~=0.6", "pyhive~=0.6",