[
https://issues.apache.org/jira/browse/BEAM-8123?focusedWorklogId=685574&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-685574
]
ASF GitHub Bot logged work on BEAM-8123:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Nov/21 02:12
Start Date: 24/Nov/21 02:12
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #15472:
URL: https://github.com/apache/beam/pull/15472#discussion_r755641898
##########
File path: sdks/python/apache_beam/coders/coders_test_common.py
##########
@@ -680,14 +682,14 @@ def iterable_state_read(token, element_coder_impl):
context = pipeline_context.PipelineContext(
iterable_state_read=iterable_state_read,
iterable_state_write=iterable_state_write)
- self.check_coder(
- coder, [1, 2, 3], context=context, test_size_estimation=False)
+ # Note: do not use check_coder see
https://github.com/cloudpipe/cloudpickle/issues/452
Review comment:
discussed offline, sounds like not an issue since in real pipelines
users won't be using a global variable to represent the state.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 685574)
Time Spent: 8.5h (was: 8h 20m)
> Support CloudPickle as pickler for Apache Beam.
> -----------------------------------------------
>
> Key: BEAM-8123
> URL: https://issues.apache.org/jira/browse/BEAM-8123
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Assignee: Ryan Thompson
> Priority: P3
> Labels: stale-assigned
> Time Spent: 8.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)