ahmedabu98 commented on code in PR #32451:
URL: https://github.com/apache/beam/pull/32451#discussion_r1761663222
##########
sdks/java/io/iceberg/src/test/java/org/apache/beam/sdk/io/iceberg/IcebergIOIT.java:
##########
@@ -307,4 +314,38 @@ public void testWritePartitionedData() {
assertThat(
returnedRecords,
containsInAnyOrder(INPUT_ROWS.stream().map(RECORD_FUNC::apply).toArray()));
}
+
+ @Test
+ public void testStreamingWrite() {
Review Comment:
Added a test with fixed windows and accumulating mode. Let me know if
there's anything particular we should test for
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]