IBMStreams / streamsx.json

Toolkit for working with JSON in SPL applications.
http://ibmstreams.github.io/streamsx.json/
Other
3 stars 19 forks source link

JSONToTuple handles exceptions incorrectly. #97

Closed ddebrunner closed 6 years ago

ddebrunner commented 6 years ago

The try catch block in JSONToTuple for handling parsing errors is too broad. Rather than being limited to parsing errors it includes the submit of the tuple. This then hides exceptions from downstream operators as parsing errors.