[
https://issues.apache.org/jira/browse/BEAM-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía resolved BEAM-7448.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.14.0
> Remove redundant windowing information and unused accumulators on Spark runner
> ------------------------------------------------------------------------------
>
> Key: BEAM-7448
> URL: https://issues.apache.org/jira/browse/BEAM-7448
> Project: Beam
> Issue Type: Improvement
> Components: runner-spark
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Major
> Fix For: 2.14.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> In some places the Spark runner uses both external windowing and internal
> windowing in collections such as
> {code:java}
> WindowedValue<KV<K, Iterable<WindowedValue<V>>>>
> {code}
> leading to unneeded mappers and dereference
> The external windowing information is duplicated so unneeded
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)