[ 
https://issues.apache.org/jira/browse/BEAM-5638?focusedWorklogId=200206&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-200206
 ]

ASF GitHub Bot logged work on BEAM-5638:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Feb/19 19:16
            Start Date: 18/Feb/19 19:16
    Worklog Time Spent: 10m 
      Work Description: reuvenlax commented on issue #7736: [BEAM-5638] 
Exception handling for Java MapElements and FlatMapElements
URL: https://github.com/apache/beam/pull/7736#issuecomment-464848188
 
 
   Sorry, was on vacation the past few days. Will look at this soon!
   
   On Fri, Feb 15, 2019 at 1:37 PM Wesley Tanaka <[email protected]>
   wrote:
   
   > The main advantage of an Either<BadT, GoodT> that I'm picturing is compile
   > time type safety for hooking up ptransforms and pcollections. With the
   > pcollection tuple class, I couldn't figure out a way to indicate at compile
   > time what the types of its constituent pcollections are. This then leads to
   > having difficulty coming up with a good statically type checked pattern for
   > creating reusable ptransform classes that have both a success outpit and a
   > dead letter output.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/beam/pull/7736#issuecomment-464210191>, or mute
   > the thread
   > 
<https://github.com/notifications/unsubscribe-auth/AUGE1YdxxpfqBUhIDJqOyCZBdC6YtIO2ks5vNyiVgaJpZM4aj7r4>
   > .
   >
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 200206)
            Time Spent: 6h 10m  (was: 6h)
    Remaining Estimate: 161h 50m  (was: 162h)

> Add exception handling to single message transforms in Java SDK
> ---------------------------------------------------------------
>
>                 Key: BEAM-5638
>                 URL: https://issues.apache.org/jira/browse/BEAM-5638
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-java-core
>            Reporter: Jeff Klukas
>            Assignee: Jeff Klukas
>            Priority: Minor
>              Labels: triaged
>   Original Estimate: 168h
>          Time Spent: 6h 10m
>  Remaining Estimate: 161h 50m
>
> Add methods to MapElements, FlatMapElements, and Filter that allow users to 
> specify expected exceptions and tuple tags to associate with the with 
> collections of the successfully and unsuccessfully processed elements.
> See discussion on dev list:
> https://lists.apache.org/thread.html/936ed2a5f2c01be066fd903abf70130625e0b8cf4028c11b89b8b23f@%3Cdev.beam.apache.org%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to