Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5F23E200CB6 for ; Thu, 15 Jun 2017 02:09:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5ABA1160BEF; Thu, 15 Jun 2017 00:09:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9EEEB160BDB for ; Thu, 15 Jun 2017 02:09:05 +0200 (CEST) Received: (qmail 19884 invoked by uid 500); 15 Jun 2017 00:09:04 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 19871 invoked by uid 99); 15 Jun 2017 00:09:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2017 00:09:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 440BCCFD1E for ; Thu, 15 Jun 2017 00:09:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id fMDGL9BrGzgQ for ; Thu, 15 Jun 2017 00:09:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 89A145FD3E for ; Thu, 15 Jun 2017 00:09:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6546BE0DB8 for ; Thu, 15 Jun 2017 00:09:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5BBC321E16 for ; Thu, 15 Jun 2017 00:09:00 +0000 (UTC) Date: Thu, 15 Jun 2017 00:09:00 +0000 (UTC) From: "Hudson (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-3918) Ensure all function implementations handle null args correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Jun 2017 00:09:06 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16049840#comment-16049840 ] Hudson commented on PHOENIX-3918: --------------------------------- FAILURE: Integrated in Jenkins build Phoenix-master #1661 (See [https://builds.apache.org/job/Phoenix-master/1661/]) PHOENIX-3918 Ensure all function implementations handle null args (thomas: rev 993164b6388a263f1931eae624693e30bf848d29) * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/SignFunction.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/RoundTimestampExpression.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/CoalesceFunctionIT.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/GetBitFunction.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/SetByteFunction.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/OctetLengthFunction.java * (edit) phoenix-core/src/test/java/org/apache/phoenix/expression/OctetLengthFunctionTest.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/OctetLengthFunctionEnd2EndIT.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/RegexpReplaceFunction.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/GetByteFunction.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/StringIT.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/CoalesceFunction.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/LowerFunction.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/EncodeFunctionIT.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/MD5Function.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/SubstrFunction.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/RoundDecimalExpression.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/FloorDateExpression.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/LpadFunction.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/expression/function/SetBitFunction.java > Ensure all function implementations handle null args correctly > -------------------------------------------------------------- > > Key: PHOENIX-3918 > URL: https://issues.apache.org/jira/browse/PHOENIX-3918 > Project: Phoenix > Issue Type: Bug > Reporter: Samarth Jain > Assignee: Thomas D'Silva > Fix For: 4.12.0 > > Attachments: PHOENIX-3918.patch, PHOENIX-3918-v2.patch, PHOENIX-3918-v3.patch, PHOENIX-3918-v4.patch, PHOENIX-3918-v5.patch, PHOENIX-3918-v6.patch > > > {code} > testBothParametersNull(org.apache.phoenix.end2end.TimezoneOffsetFunctionIT) Time elapsed: 2.272 sec <<< ERROR! > java.sql.SQLException: ERROR 201 (22000): Illegal data. Unknown timezone > at org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.testBothParametersNull(TimezoneOffsetFunctionIT.java:130) > timezoneParameterNull(org.apache.phoenix.end2end.TimezoneOffsetFunctionIT) Time elapsed: 2.273 sec <<< ERROR! > java.sql.SQLException: ERROR 201 (22000): Illegal data. Unknown timezone > at org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.timezoneParameterNull(TimezoneOffsetFunctionIT.java:151) > dateParameterNull(org.apache.phoenix.end2end.TimezoneOffsetFunctionIT) Time elapsed: 2.254 sec <<< ERROR! > java.sql.SQLException: ERROR 201 (22000): Illegal data. Expected length of at least 8 bytes, but had 0 > at org.apache.phoenix.end2end.TimezoneOffsetFunctionIT.dateParameterNull(TimezoneOffsetFunctionIT.java:172) > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)