Skip to content

v0.2.31

Choose a tag to compare

@github-actions github-actions released this 18 Jul 04:13
· 2717 commits to refs/heads/main since this release
6835cff

Changes

馃懢 Bug Fixes

  • [BUG] Fix bug with map_groups UDFs that return more than 1 output row for empty partitions @jaychia (#2532)
  • [BUG] Use shared thread pool for multiple running instances of df on pyrunner @jaychia (#2502)
  • [BUG] Fix bug with multi-partition any_value @vince7778 (#2531)
  • [BUG] Allow for Parquet reading from files with differing schemas @jaychia (#2514)
  • [BUG] With_new_children not implemented for sample @colin-ho (#2528)

馃О Maintenance

  • [CHORE] add pytest benchmarking for local testing of execution engine @samster25 (#2523)