v0.1.16
github-actions
released this
06 Sep 02:07
·
1263 commits
to refs/heads/main
since this release
Changes
✨ New Features
- [FEAT] __repr__ for ResourceRequest @xcharleslin (#1343)
- [FEAT] [New Query Planner] Refactor file globbing logic by exposing
FileInfos
to Python @clarkzinzow (#1307) - [FEAT] S3 Native List Impl for a directory @samster25 (#1324)
- [FEAT] [New Query Planner] Add support for
DropRepartition
@clarkzinzow (#1302) - [FEAT] Add all projection optimization rules to new query planner. @xcharleslin (#1288)
- [FEAT] [New Query Planner] Add support for
PushDownLimit
@clarkzinzow (#1300)
👾 Bug Fixes
- [BUG] Fix Table.read_parquet behavior when it encounters arrow_schema @jaychia (#1336)
- [BUG] [New Query Planner] Revert file info partition column names. @clarkzinzow (#1333)
- [BUG] Fix fixed size list array FullNull implementation @jaychia (#1320)
🧰 Maintenance
- [CHORE] install perl before maturin @samster25 (#1345)
- [CHORE] Switch to openssl @samster25 (#1344)
- [CHORE] [New Query Planner] pyo3-agnostic
LogicalPlanBuilder
, op constructor arg orderings @clarkzinzow (#1332) - [CHORE] factor io config into common code @samster25 (#1335)
- [CHORE] [New Query Planner] Remove
ExpressionsProjection
from builder, move validation intoOp::try_new()
@clarkzinzow (#1327) - [CHORE] StructArray refactors @jaychia (#1326)
- [CHORE] drop flag for non native compile for daft profiling @samster25 (#1323)
- [CHORE] pin pyarrow to 12 for ray compat tests @samster25 (#1322)
- [CHORE] Move FixedSizeListArray to array/fixed_size_list_array.rs @jaychia (#1319)
- [CHORE] Add fix for list schema inference tests using PyArrow 13.0.0 @jaychia (#1318)
- [CHORE] Implementations of FixedSizeListArray @jaychia (#1281)
⬆️ Dependencies
- Bump ray[data,default] from 2.6.0 to 2.6.3 @dependabot (#1315)
- Bump orjson from 3.9.4 to 3.9.5 @dependabot (#1316)
- Bump aws-actions/configure-aws-credentials from 2 to 3 @dependabot (#1317)