Skip to content

v0.16.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 14:38
· 6 commits to main since this release

Added

  • pw.io.iceberg.write method for writing Pathway tables into Apache Iceberg.

Changed

  • values of non-deterministic UDFs are not stored in tables that are append_only.
  • pw.Table.ix has better runtime error message that includes id of the missing row.

Fixed

  • temporal behaviors in temporal operators (windowby, interval_join) now consume no CPU when no data passes through them.