You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Pablo Estrada (JIRA)" <ji...@apache.org> on 2017/04/06 00:45:42 UTC

[jira] [Created] (BEAM-1898) Need a SerializableThrowable for PAssert to capture the point of an assertion

Pablo Estrada created BEAM-1898:
-----------------------------------

             Summary: Need a SerializableThrowable for PAssert to capture the point of an assertion
                 Key: BEAM-1898
                 URL: https://issues.apache.org/jira/browse/BEAM-1898
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Pablo Estrada
            Assignee: Davor Bonaci


For the regular Error class in Java, its stack trace is a transient attribute, so it's not serialized by any framework. We need a class that allows us to serialize these AssertionErrors to have them in PCollections.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)