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 D11E3200C11 for ; Sat, 4 Feb 2017 19:25:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CFAD6160B66; Sat, 4 Feb 2017 18:25:54 +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 1DF35160B54 for ; Sat, 4 Feb 2017 19:25:53 +0100 (CET) Received: (qmail 64352 invoked by uid 500); 4 Feb 2017 18:25:53 -0000 Mailing-List: contact dev-help@orc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@orc.apache.org Delivered-To: mailing list dev@orc.apache.org Received: (qmail 64340 invoked by uid 99); 4 Feb 2017 18:25:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2017 18:25:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD65CDFC31; Sat, 4 Feb 2017 18:25:52 +0000 (UTC) From: omalley To: dev@orc.apache.org Reply-To: dev@orc.apache.org Message-ID: Subject: [GitHub] orc pull request #90: ORC-135. Fixing PPD for timestamps across timezones. Content-Type: text/plain Date: Sat, 4 Feb 2017 18:25:52 +0000 (UTC) archived-at: Sat, 04 Feb 2017 18:25:55 -0000 GitHub user omalley opened a pull request: https://github.com/apache/orc/pull/90 ORC-135. Fixing PPD for timestamps across timezones. You can merge this pull request into a Git repository by running: $ git pull https://github.com/omalley/orc orc-135 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/90.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 #90 ---- commit a8ec096dd97483cca7a94aa291477bd5df4f5784 Author: Prasanth Jayachandran Date: 2017-01-27T01:48:25Z ORC-135: PPD for timestamp is wrong when reader and writer timezones are different commit 356687c59298ea74448a4e0b292022821b30f518 Author: Owen O'Malley Date: 2017-01-30T17:04:30Z ORC-135. Changes for moving the encoding to the ColumnEncoding. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---