Skip to content

v0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 19:29
· 1051 commits to refs/heads/main since this release
c2d4c23

Changes

✨ New Features

  • Enabling quote, comment and escape character @suriya-ganesh (#1582)
  • [FEAT] Iceberg Scan Operator @samster25 (#1561)
  • [FEAT] Enable Progress Bars for PyRunner and RayRunner @samster25 (#1609)

👾 Bug Fixes

  • [BUG] Fix CSV roundtrip for decimals (actually an f64->decimal casting bug) @jaychia (#1626)
  • [BUG] Filter out size-0 directory marker files during s3 globs @jaychia (#1629)
  • [BUG] raise error if non valid parquet file (less than parquet footer size) @samster25 (#1628)
  • [BUG] Fix parquet timestamp tz roundtrip inference @jaychia (#1625)
  • [BUG] Roundtrip tests for CSVs and Parquet @jaychia (#1616)
  • [BUG] Self-concat breaks with the RayRunner @jaychia (#1617)
  • [BUG] Add better handling for case where glob of parquet files returns empty @jaychia (#1615)
  • [BUG] enable fixed size binary ingest to daft binary @samster25 (#1612)
  • [BUG] Manually specify region in tutorial read_json @jaychia (#1608)
  • [BUG] remove f strings from logging @samster25 (#1611)

📖 Documentation

  • [BUG] Manually specify region in tutorial read_json @jaychia (#1608)

🧰 Maintenance

⬆️ Dependencies