Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-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 8BA601759F for ; Sat, 11 Apr 2015 05:02:34 +0000 (UTC) Received: (qmail 14148 invoked by uid 500); 11 Apr 2015 05:02:34 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 14089 invoked by uid 500); 11 Apr 2015 05:02:34 -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 14078 invoked by uid 99); 11 Apr 2015 05:02:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 05:02:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Sat, 11 Apr 2015 05:02:33 +0000 Received: (qmail 14057 invoked by uid 99); 11 Apr 2015 05:02:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 05:02:13 +0000 Date: Sat, 11 Apr 2015 05:02:12 +0000 (UTC) From: "Alicia Ying Shu (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-1765) Add DAYOFMONTH built-in function 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/PHOENIX-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14490786#comment-14490786 ] Alicia Ying Shu commented on PHOENIX-1765: ------------------------------------------ [~jamestaylor] Uploaded a patch. I also uploaded a patch for PHOENIX-1846. > Add DAYOFMONTH built-in function > -------------------------------- > > Key: PHOENIX-1765 > URL: https://issues.apache.org/jira/browse/PHOENIX-1765 > Project: Phoenix > Issue Type: Bug > Reporter: Alicia Ying Shu > Assignee: Alicia Ying Shu > Labels: Newbie > Attachments: Phoenix-1765.patch > > > Implement DAYOFMONTH(date/time/timestamp) built-in function: An integer from 1 to 31 representing the day of the month in date. -- This message was sent by Atlassian JIRA (v6.3.4#6332)