Releases: jupiter/parquet2json
Releases · jupiter/parquet2json
v4.0.0
Upgraded dependencies, incl. changes to allow for reading files produced by Athena/Presto
v3.1.0
- Converts Decimal to String (as per parquet2json v2)
- Converts Binary to Base64 String
- Option for outputting explicit nulls (as per parquet2json v2)
v3.0.0
Using parquet
with object-store
instead of custom implementation.
v2.2.0
Reverts 'parquet' library version to temporarily fix performance regression
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- Fixes an issue with S3 URLs containing spaces in the object name
v2.0.2
- Allows for specifying optional columns
v2.0.1
- Added retries for S3 requests (to handle throttling and transient S3 errors)
- Upgraded parquet module
v2.0.0
Upgrade parquet, refactor, row count and negative offsets