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 5FB2911BD0 for ; Fri, 2 May 2014 05:12:42 +0000 (UTC) Received: (qmail 55821 invoked by uid 500); 2 May 2014 05:12:40 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 55773 invoked by uid 500); 2 May 2014 05:12:39 -0000 Mailing-List: contact dev-help@phoenix.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.incubator.apache.org Delivered-To: mailing list dev@phoenix.incubator.apache.org Received: (qmail 55765 invoked by uid 99); 2 May 2014 05:12:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2014 05:12:39 +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; Fri, 02 May 2014 05:12:39 +0000 Received: (qmail 55726 invoked by uid 99); 2 May 2014 05:12:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2014 05:12:15 +0000 Date: Fri, 2 May 2014 05:12:14 +0000 (UTC) From: "James Taylor (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (PHOENIX-2) Incorrect documentation for Truncate method 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-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-2. -------------------------------- Resolution: Fixed Fix Version/s: 5.0.0 4.0.0 3.0.0 > Incorrect documentation for Truncate method > ------------------------------------------- > > Key: PHOENIX-2 > URL: https://issues.apache.org/jira/browse/PHOENIX-2 > Project: Phoenix > Issue Type: Bug > Affects Versions: 2.2.3 > Reporter: Harshit Bapna > Priority: Minor > Fix For: 3.0.0, 4.0.0, 5.0.0 > > > According to documentation at http://phoenix.incubator.apache.org/language/functions.html#/truncate > ON executing 'select TRUNCATE(DATELOGGED, 'SECOND') from A, following error is observed > ERROR 604 (42P00): Syntax error. Unknown function: "TRUNCATE" > Documentation needs to be updated to mention TRUNC method and not TRUNCATE. -- This message was sent by Atlassian JIRA (v6.2#6252)