Skip to content

v0.1.16

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 02:07
· 1263 commits to refs/heads/main since this release
bdc4ba4

Changes

✨ New Features

👾 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 into Op::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