Robert Douglas created STREAMS-195:
--------------------------------------
Summary: TwitterTimelineProvider#consolidateToIDs should handle
null values
Key: STREAMS-195
URL: https://issues.apache.org/jira/browse/STREAMS-195
Project: Streams
Issue Type: Bug
Reporter: Robert Douglas
As a Stream executor, I should not have a single null or empty value derail an
entire Stream's update cycle. Instead, a try/catch needs to be put around the
Long instantiation so that troublesome IDs do not affect Stream operation.
Acceptance Criteria:
- A null, empty, or non-number can be passed into the Provider and it does not
throw an exception
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)