v0.0.2
Version0.0.2 improves the performance by separating prefetching of dictionaries and data for Parquet objects and splitting fetching of footer data into two. S3SeekableStream now lets consumer seek beyond the end of stream.
What's Changed
- Fixed a typo in the README by @oleg-lvovitch-aws in #180
- Remove unnecessary Maven publish step by @CsengerG in #182
- Move both Iceberg and S3A CICD to snapshot builds by @CsengerG in #186
- Split footer requests into two by @ahmarsuhail in #188
- Prefetch dictionaries and column data separately by @ahmarsuhail in #189
- Addresses review comments by @ahmarsuhail in #190
- Add support to seek beyond end of stream @fuatbasik (#192)
Full Changelog: v0.0.1...v0.0.2