alexmalao1 commented on code in PR #36722:
URL: https://github.com/apache/beam/pull/36722#discussion_r2794934497
##########
sdks/python/apache_beam/transforms/sideinputs_test.py:
##########
@@ -489,6 +491,32 @@ def process(
assert_that(results, equal_to([(num_records, expected_fingerprint)]))
pipeline.run()
+ def test_default_window_mapping_fn_source_window(self):
Review Comment:
Added the required dummy `_getTimestampFromProto` and `get_window_coder`
methods for the string id window examples.
Test should pass now.
--
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]