JSONToTuple handles exceptions incorrectly.
ddebrunner opened this issue · 0 comments
ddebrunner commented
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.