Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A68F176C2 for ; Mon, 20 Oct 2014 21:59:55 +0000 (UTC) Received: (qmail 65626 invoked by uid 500); 20 Oct 2014 21:59:55 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 65581 invoked by uid 500); 20 Oct 2014 21:59:55 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 65570 invoked by uid 99); 20 Oct 2014 21:59:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 21:59:55 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Oct 2014 21:59:54 +0000 Received: (qmail 64507 invoked by uid 99); 20 Oct 2014 21:59:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2014 21:59:33 +0000 Date: Mon, 20 Oct 2014 21:59:33 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@streams.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (STREAMS-195) TwitterTimelineProvider#consolidateToIDs should handle null values MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STREAMS-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14177544#comment-14177544 ] ASF GitHub Bot commented on STREAMS-195: ---------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/incubator-streams/pull/106 > 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)