Skip to content

v0.7.22

Choose a tag to compare

@github-actions github-actions released this 03 Aug 22:57
· 23 commits to main since this release
b5d58ed

What's Changed

✨ Features

🐛 Bug Fixes

  • fix(core): handle all-null list literals by @everySympathy in #7168
  • fix(parquet): honor row-group constraints in count_rows() count pushdown by @FANNG1 in #7288
  • fix: Gravitino catalog S3 credential key mismatch and _has_table error handling by @jiangxt2 in #7279
  • fix(io): decode video with a single PyAV generator so .mkv/.webm yield frames by @AnayGarodia in #7229
  • fix(io): support writing to hdfs:// URLs that include a port by @Lucas61000 in #7307
  • fix(ai): route OpenAI chat completions parse through beta namespace by @colin-ho in #6995
  • fix: truncate default IOConfig fields in explain() output by @shreynath in #7327

♻️ Refactor

  • refactor(shuffle): migrate repartition onto shared backend and unify pipeline dispatch by @BABTUNA in #7275
  • refactor(io): migrate Delta Lake scans to DataSource by @ihopenre-eng in #7300
  • refactor(io): migrate Hudi scans to DataSource by @Lucas61000 in #7324
  • refactor: migrate IcebergScanOperator to DataSource by @Lucas61000 in #7311

📖 Documentation

  • docs: add motion trimming physical AI example by @ykdojo in #7341
  • docs: remove dead HDF5 example notebook link by @everettVT in #7352

✅ Tests

New Contributors

Full Changelog: v0.7.21...v0.7.22