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 D07BE11D7D for ; Thu, 22 May 2014 17:05:27 +0000 (UTC) Received: (qmail 18804 invoked by uid 500); 22 May 2014 17:05:27 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 18761 invoked by uid 500); 22 May 2014 17:05:27 -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 18753 invoked by uid 99); 22 May 2014 17:05:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 17:05:27 +0000 X-ASF-Spam-Status: No, hits=-2000.7 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; Thu, 22 May 2014 17:05:28 +0000 Received: (qmail 17147 invoked by uid 99); 22 May 2014 17:05:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 17:05:03 +0000 Date: Thu, 22 May 2014 17:05:03 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@streams.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (STREAMS-88) TwitterEventClassifier does not react as expected to 'User' objects 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-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006133#comment-14006133 ] ASF GitHub Bot commented on STREAMS-88: --------------------------------------- GitHub user robdouglas opened a pull request: https://github.com/apache/incubator-streams/pull/26 STREAMS-88 | Updated the TwitterEventClassifier (and subsequent tests) t... ...o react appropriately to 'User' objects. The TwitterProfileProcessor can now process on 'User' objects as well You can merge this pull request into a Git repository by running: $ git pull https://github.com/robdouglas/incubator-streams STREAMS-88 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-streams/pull/26.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #26 ---- commit 8fed2088306e4439e6d64b0919939af6d927d0fc Author: Robert Douglas Date: 2014-05-22T17:03:34Z STREAMS-88 | Updated the TwitterEventClassifier (and subsequent tests) to react appropriately to 'User' objects. The TwitterProfileProcessor can now process on 'User' objects as well ---- > TwitterEventClassifier does not react as expected to 'User' objects > ------------------------------------------------------------------- > > Key: STREAMS-88 > URL: https://issues.apache.org/jira/browse/STREAMS-88 > Project: Streams > Issue Type: Bug > Reporter: Robert Douglas > > In the event that we get a Twitter 'User' object, the TwitterEventClassifier treats it as a tweet. This causes issues in serializers where we try to process that object using the Tweet serializers. -- This message was sent by Atlassian JIRA (v6.2#6252)