[ 
https://issues.apache.org/jira/browse/BEAM-12284?focusedWorklogId=598908&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-598908
 ]

ASF GitHub Bot logged work on BEAM-12284:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/May/21 22:28
            Start Date: 18/May/21 22:28
    Worklog Time Spent: 10m 
      Work Description: udim commented on pull request #14834:
URL: https://github.com/apache/beam/pull/14834#issuecomment-843609372


   Please fix lint:
   ```
   14:03:28 --- 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/transforms/create_test.py:before
 2021-05-18 20:58:35.790575
   14:03:28 +++ 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/transforms/create_test.py:after
  2021-05-18 21:03:22.844148
   14:03:28 @@ -24,8 +24,8 @@
   14:03:28  from apache_beam import Create
   14:03:28  from apache_beam import coders
   14:03:28  from apache_beam.coders import FastPrimitivesCoder
   14:03:28 +from apache_beam.internal import pickler
   14:03:28  from apache_beam.io import source_test_utils
   14:03:28 -from apache_beam.internal import pickler
   14:03:28  from apache_beam.testing.test_pipeline import TestPipeline
   14:03:28  from apache_beam.testing.util import assert_that
   14:03:28  from apache_beam.testing.util import equal_to
   ```
   (`./gradlew lint` to test locally)


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 598908)
    Time Spent: 1h 10m  (was: 1h)

> beam.Create should respect element coder during pickling
> --------------------------------------------------------
>
>                 Key: BEAM-12284
>                 URL: https://issues.apache.org/jira/browse/BEAM-12284
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Dmytro Kozhevin
>            Assignee: Dmytro Kozhevin
>            Priority: P2
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> beam.Create stores values to create as a field. If the values can't be 
> pickled, then the transform itself can't be pickled and transferred for 
> remote execution. Instead it should encode/decode elements using the element 
> coders during pickling/unpickling.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to