Reading S3 parquet file with zstd compression in Lambda
Summary The issue at hand is reading parquet files with zstd compression in an AWS Lambda function. The error messages indicate a lack of support for the zstd codec and S3 support in Arrow. Despite creating a Lambda layer for zstd, the error persists. Root Cause The root cause of this issue is: Incomplete support … Read more