You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Managed Iceberg] Support writing to partitioned tables (#32102)
* support writing partitioned data
* trigger integration tests
* partitioned record writer to manage writers for different partitions
* partitioned record writer
* reject rows when we are saturated with record writers
* refactor record writer manager
* add tests
* add more tests
* make record writer manager transient
* clean up test path
* cleanup
* cleanup
* address comments
* revert readability change
* add to changes md
Copy file name to clipboardExpand all lines: CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@
64
64
65
65
* Support for X source added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
66
66
* Improvements to the performance of BigqueryIO when using withPropagateSuccessfulStorageApiWrites(true) method (Java) ([#31840](https://github.com/apache/beam/pull/31840)).
67
+
*[Managed Iceberg] Added support for writing to partitioned tables ([#32102](https://github.com/apache/beam/pull/32102))
0 commit comments