[
https://issues.apache.org/jira/browse/BEAM-12135?focusedWorklogId=664851&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-664851
]
ASF GitHub Bot logged work on BEAM-12135:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Oct/21 18:21
Start Date: 13/Oct/21 18:21
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #15637:
URL: https://github.com/apache/beam/pull/15637#discussion_r727610154
##########
File path:
runners/spark/src/main/java/org/apache/beam/runners/spark/translation/GroupNonMergingWindowsFunctions.java
##########
@@ -256,4 +257,31 @@ private V decodeValue(byte[] windowedValueBytes) {
KV.of(key, value), timestamp, window,
PaneInfo.ON_TIME_AND_ONLY_FIRING);
}
}
+
+ /**
+ * Creates composite key of K and W and group all values for that composite
key with Spark's
Review comment:
Done.
--
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: 664851)
Time Spent: 4h 10m (was: 4h)
> Batch optimized translation for Spark Runner
> --------------------------------------------
>
> Key: BEAM-12135
> URL: https://issues.apache.org/jira/browse/BEAM-12135
> Project: Beam
> Issue Type: Improvement
> Components: runner-spark
> Reporter: Ismaël Mejía
> Priority: P3
> Attachments: image001.png
>
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> Spark Runner and maybe all other runners that deal with batch only data might
> benefit of a batch optimized translation where details about the full Beam
> model matter less because we are in Global window, no panes info is needed
> and all records use the sane (min) timestamp. With this premise the records
> can be encoded as 'value only' WindowValues and transforms like GroupByKey
> may ignore windowing (GABW) to improve performance.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)