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.