Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 40039 invoked from network); 21 Oct 2008 18:12:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Oct 2008 18:12:06 -0000 Received: (qmail 45105 invoked by uid 500); 21 Oct 2008 18:12:08 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 44996 invoked by uid 500); 21 Oct 2008 18:12:08 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 44985 invoked by uid 99); 21 Oct 2008 18:12:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2008 11:12:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2008 18:11:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F17E234C228 for ; Tue, 21 Oct 2008 11:11:45 -0700 (PDT) Message-ID: <1881684141.1224612705253.JavaMail.jira@brutus> Date: Tue, 21 Oct 2008 11:11:45 -0700 (PDT) From: "Earl Cahill (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Updated: (PIG-503) change default outgoing date format for DateExtractor In-Reply-To: <234729456.1224304604236.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Earl Cahill updated PIG-503: ---------------------------- Attachment: DateExtractor-PIG-503 The funny thing is I thought pasting in the patch would be better :) enjoy! Earl > change default outgoing date format for DateExtractor > ----------------------------------------------------- > > Key: PIG-503 > URL: https://issues.apache.org/jira/browse/PIG-503 > Project: Pig > Issue Type: Improvement > Reporter: Earl Cahill > Attachments: DateExtractor-PIG-503 > > > the format > yyyy-MM-dd > is much more friendly for mysql (and likely other databases) then the current default > MM-dd-yyyy > With the proposed format, one could insert into a DATE field without alteration -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.