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 8A07C200D31 for ; Sat, 21 Oct 2017 01:39:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 888EA160BED; Fri, 20 Oct 2017 23:39:08 +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 C6190160BCB for ; Sat, 21 Oct 2017 01:39:07 +0200 (CEST) Received: (qmail 27436 invoked by uid 500); 20 Oct 2017 23:39:07 -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 27423 invoked by uid 99); 20 Oct 2017 23:39:06 -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; Fri, 20 Oct 2017 23:39:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9673FDFA29; Fri, 20 Oct 2017 23:39:06 +0000 (UTC) From: omalley To: dev@orc.apache.org Reply-To: dev@orc.apache.org Message-ID: Subject: [GitHub] orc pull request #180: ORC-257. Build under java 9. Content-Type: text/plain Date: Fri, 20 Oct 2017 23:39:06 +0000 (UTC) archived-at: Fri, 20 Oct 2017 23:39:08 -0000 GitHub user omalley opened a pull request: https://github.com/apache/orc/pull/180 ORC-257. Build under java 9. You can merge this pull request into a Git repository by running: $ git pull https://github.com/owen-hortonworks/orc orc-257 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/180.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 #180 ---- commit 4357ff35be00ab6762f21e957692883d94429b90 Author: Owen O'Malley Date: 2017-10-20T23:32:02Z ORC-257. Build under java 9. ---- ---