tvalentyn commented on code in PR #36345:
URL: https://github.com/apache/beam/pull/36345#discussion_r2395447247
##########
sdks/python/apache_beam/coders/coders_test_common.py:
##########
@@ -248,12 +249,13 @@ def test_memoizing_pickle_coder(self):
@parameterized.expand([
param(compat_version=None),
param(compat_version="2.67.0"),
+ param(compat_version="2.68.0"),
Review Comment:
Could you please call out somewhere in a comment notable behavior
differences in 2.67.0, 2.68.0 that are relevant for this test scenario(s)?
--
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]