[
https://issues.apache.org/jira/browse/BEAM-11715?focusedWorklogId=546699&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-546699
]
ASF GitHub Bot logged work on BEAM-11715:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Feb/21 01:30
Start Date: 03/Feb/21 01:30
Worklog Time Spent: 10m
Work Description: yifanmai commented on pull request #13877:
URL: https://github.com/apache/beam/pull/13877#issuecomment-772096361
OK, still running into a bunch of issues:
- FnApiRunner doesn't actually use the sub-transforms in CombinePerKey. So I
can't use it to test that the subtransforms in the packed CombinePerKey are
correct. Is there any runner that actually uses the subtransforms that I can
use for testing?
- DataflowRunner has a
[CombineValuesPTransformOverride](https://github.com/apache/beam/blob/0078bb35ba4aef9410d681d8b4e2c16d9f56433d/sdks/python/apache_beam/runners/dataflow/ptransform_overrides.py#L155)
that replaces the composite `CombineValues` with a primitive
`CombineValuesReplacement`. We need a _another_ code path to mimic this
replacement.
----------------------------------------------------------------
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: 546699)
Time Spent: 4h 40m (was: 4.5h)
> Combiner packing creates an incorrect proto
> -------------------------------------------
>
> Key: BEAM-11715
> URL: https://issues.apache.org/jira/browse/BEAM-11715
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Chamikara Madhusanka Jayalath
> Assignee: Yifan Mai
> Priority: P1
> Fix For: 2.28.0
>
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> Seems like optimization creates a CombinePerKey transform that does not have
> any sub-transforms. We should fix this by preserving the old structure for
> CombinePerKey (GBK+CombineValues composite).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)