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

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

                Author: ASF GitHub Bot
            Created on: 09/Feb/19 00:43
            Start Date: 09/Feb/19 00:43
    Worklog Time Spent: 10m 
      Work Description: wtanaka commented on issue #7736: [BEAM-5638] Exception 
handling for Java MapElements and FlatMapElements
URL: https://github.com/apache/beam/pull/7736#issuecomment-461994350
 
 
   - In my use cases, wanting to keep the input element seems to be a pretty 
common case -- at the very least to be able to help debug what was bad about it.
   - One thing that I have found myself wishing for frequently is for 
exceptions to go into an `Either`, i.e. for the return value of the 
`MapElements` to be a: `PCollection<Either<ExceptionT, SuccessT>>`  Having a 
standard "blessed" way to do this would be very helpful.  I've been meaning to 
try to contribute something like this but haven't been able to make the time 
yet.
 
----------------------------------------------------------------
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: 196501)
            Time Spent: 5h 20m  (was: 5h 10m)
    Remaining Estimate: 162h 40m  (was: 162h 50m)

> 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: 5h 20m
>  Remaining Estimate: 162h 40m
>
> 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