v0.16.3
Added
pw.io.iceberg.writemethod for writing Pathway tables into Apache Iceberg.
Changed
- values of non-deterministic UDFs are not stored in tables that are
append_only. pw.Table.ixhas 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.