[
https://issues.apache.org/jira/browse/BEAM-11443?focusedWorklogId=524893&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-524893
]
ASF GitHub Bot logged work on BEAM-11443:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Dec/20 08:59
Start Date: 16/Dec/20 08:59
Worklog Time Spent: 10m
Work Description: dmvk commented on pull request #13538:
URL: https://github.com/apache/beam/pull/13538#issuecomment-745947157
Thanks for the review! 🎉
----------------------------------------------------------------
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: 524893)
Time Spent: 1h 10m (was: 1h)
> Byte-based GroupByKey in Flink Streaming
> ----------------------------------------
>
> Key: BEAM-11443
> URL: https://issues.apache.org/jira/browse/BEAM-11443
> Project: Beam
> Issue Type: Improvement
> Components: runner-flink
> Reporter: David Morávek
> Assignee: David Morávek
> Priority: P3
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Currently Flink Streaming GBK is implemented using
> `SystemReduceFn#buffering`, that works on de-serialized values (we need to
> de-serialize value after shuffle and then serialize again when appending to
> bag state).
> We can remove this unnecessary serde cycle by using binary representation
> instead of de-serialized payload.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)