# Tenzir Node v5.20.2

This release backports the changes made in v5.21.1 to v5.20.1.

## 🐞 Bug Fixes

### Fixed `write_parquet`

Nov 24, 2025 · [@IyeOnline](https://github.com/IyeOnline) · [#5582](https://github.com/tenzir/tenzir/pull/5582)

In the last release we introduced a bug that made the `write_parquet` operator exit early without writing the file. This has now been fixed.

### Fixed assertion failure in `to_hive`

Nov 24, 2025 · [@IyeOnline](https://github.com/IyeOnline) · [#5582](https://github.com/tenzir/tenzir/pull/5582)

We addressed an assertion failure in the `to_hive` operator, which could fail the partitioned writes for some data and format combinations.

### Improved parquet support

Nov 19, 2025 · [@IyeOnline](https://github.com/IyeOnline) · [#5579](https://github.com/tenzir/tenzir/pull/5579)

We fixed a crash when performing some operations on data read from external parquet files, such as Amazon Security Lake.

[ Download on GitHub ](https://github.com/tenzir/tenzir/releases/tag/v5.20.2)

[Get the release artifacts and source code.](https://github.com/tenzir/tenzir/releases/tag/v5.20.2)