v0.2.0
github-actions
released this
26 Oct 20:09
·
878 commits
to refs/heads/main
since this release
Changes
✨ New Features
- [FEAT] Anonymous Scan Operator @samster25 (#1526)
- [FEAT] Micropartition integration and tests @jaychia (#1502)
- [FEAT] Make Binary Type Comparable @samster25 (#1528)
- [FEAT] implement series serde @samster25 (#1519)
- [FEAT] Add streaming + parallel CSV reader, with decompression support. @clarkzinzow (#1501)
- [FEAT] IOStats for Native Reader @samster25 (#1493)
🚀 Performance Improvements
- [PERF] Add "eager mode" to limits and use in .show() @jaychia (#1498)
- [PERF] Micropartition, lazy loading and Column Stats @samster25 (#1470)
- [PERF] Use pyarrow table for pickling rather than ChunkedArray @samster25 (#1488)
- [PERF] Use region from system and leverage cached credentials when making new clients @samster25 (#1490)
- [PERF] Update default max_connections 64->8 because it is now per-io-thread @jaychia (#1485)
- [PERF] Pass-through multithreaded_io flag in read_parquet @jaychia (#1484)
👾 Bug Fixes
- [BUG] Fix timestamp timezone parsing bug in CSVs @jaychia (#1530)
- [BUG] Re-raise exceptions in rayrunner @jaychia (#1522)
- [BUG] [CSV Reader] Fix CSV parsing bugs around nulls and timestamps. @clarkzinzow (#1523)
- [BUG] Fix handling of special characters in S3LikeSource @jaychia (#1495)
- [BUG] Fix local globbing of current directory @jaychia (#1494)
- [BUG] fix script to upload file 1 at a time @samster25 (#1492)
- [CHORE] Add tests and fixes for Azure globbing @jaychia (#1482)
📖 Documentation
🧰 Maintenance
- [CHORE] Allow release-drafter to increment minor version @jaychia (#1532)
- [CHORE] Soft deprecation of fsspec from user-facing APIs @jaychia (#1467)
- [CHORE] bring up fixtures for iceberg @samster25 (#1527)
- [CHORE] Skip IO integration tests if being run from dependabot @jaychia (#1521)
- [CHORE] Better logging for physical plan @jaychia (#1499)
- [CHORE] Refactor logging @jaychia (#1489)
- [CHORE] Add Workflow to build artifacts and upload to S3 @samster25 (#1491)
- [CHORE] Update default num_tries on S3Config to 25 @jaychia (#1487)
- [CHORE] Add tests and fixes for Azure globbing @jaychia (#1482)