benWize commented on pull request #16154: URL: https://github.com/apache/beam/pull/16154#issuecomment-994172078
> Thanks, sorry for a delay in review. > > I wonder if you saw coders example failing https://issues.apache.org/jira/browse/BEAM-12573, I don't think it's fixed, but didn't try it recently I got a [failure](https://ci-beam.apache.org/job/beam_PostCommit_Python_Examples_Dataflow/1/testReport/apache_beam.examples.cookbook.coders_test/CodersTest/test_basics/) in coders example but was different of the jira issue `(RecursionError: maximum recursion depth exceeded )` that I solved it with `save_main_session=False` on https://github.com/apache/beam/blob/8b92d94ca5d9563422abfe8ea129516fc9693e06/sdks/python/apache_beam/examples/cookbook/coders.py#L72 -- 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]
