Skip to content

Commit 2fa8045

Browse files
authored
fix: patch PutIcebergRecord processor for nested types and use field names instead of id (#1561)
* fix: patch PutIcebergRecord processor for nested types and use field access per name and not id * chore: adapt changelog
1 parent 7d167c7 commit 2fa8045

3 files changed

Lines changed: 580 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- nifi: Add version `2.9.0` ([#1463]).
1313
- nifi: Backport NIFI-15801 to 2.x versions ([#1481]).
1414
- nifi: Backport NIFI-15901 to 2.x versions ([#1481]).
15+
- nifi: Add patches for `2.9.0` with [NIFI-16067](https://issues.apache.org/jira/browse/NIFI-16067) and [NIFI-16069](https://issues.apache.org/jira/browse/NIFI-16069) to fix PutIcebergRecord bugs and allow complex nested types ([#1561]).
1516
- testing-tools: Added grpcurl utility ([#1493]).
1617
- opa: Add `1.16.2` ([#1509]).
1718
- kafka: Add `3.9.2` and `4.2.1` ([#1483]).
@@ -96,6 +97,7 @@ All notable changes to this project will be documented in this file.
9697
[#1550]: https://github.com/stackabletech/docker-images/pull/1550
9798
[#1551]: https://github.com/stackabletech/docker-images/pull/1551
9899
[#1559]: https://github.com/stackabletech/docker-images/pull/1559
100+
[#1561]: https://github.com/stackabletech/docker-images/pull/1561
99101
[#1564]: https://github.com/stackabletech/docker-images/pull/1564
100102

101103
## [26.3.0] - 2026-03-16

0 commit comments

Comments
 (0)