You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2022/01/12 03:51:03 UTC

[jira] [Updated] (BEAM-5922) Common base class for FlatMapElements, MapElements, and Filter

     [ https://issues.apache.org/jira/browse/BEAM-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-5922:
----------------------------------

This Jira ticket has a pull request attached to it, but is still open. Did the pull request resolve the issue? If so, could you please mark it resolved? This will help the project have a clear view of its open issues.

> Common base class for FlatMapElements, MapElements, and Filter
> --------------------------------------------------------------
>
>                 Key: BEAM-5922
>                 URL: https://issues.apache.org/jira/browse/BEAM-5922
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Jeff Klukas
>            Priority: P3
>              Labels: Clarified, pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> By having FlatMapElements, MapElements, and Filter all inherit from a common MapperBase, we can reduce code duplication between these three classes for better consistency in future changes. There should be no change in functionality or public interface with this change.
> In particular, this change will simplify the implementation of failure handling
> across these transforms in https://issues.apache.org/jira/browse/BEAM-5638



--
This message was sent by Atlassian Jira
(v8.20.1#820001)