From dev-return-2376-archive-asf-public=cust-asf.ponee.io@orc.apache.org Wed Jun 6 16:30:46 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4DCA6180671 for ; Wed, 6 Jun 2018 16:30:46 +0200 (CEST) Received: (qmail 99492 invoked by uid 500); 6 Jun 2018 14:30:45 -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 99480 invoked by uid 99); 6 Jun 2018 14:30:44 -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; Wed, 06 Jun 2018 14:30:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 78C6CE0628; Wed, 6 Jun 2018 14:30:44 +0000 (UTC) From: omalley To: dev@orc.apache.org Reply-To: dev@orc.apache.org Message-ID: Subject: [GitHub] orc pull request #281: ORC-375: Update libhdfs to compile with gcc7. Content-Type: text/plain Date: Wed, 6 Jun 2018 14:30:44 +0000 (UTC) GitHub user omalley opened a pull request: https://github.com/apache/orc/pull/281 ORC-375: Update libhdfs to compile with gcc7. This changes the code in the libhdfs tarball, but we need this change applied upstream. You can merge this pull request into a Git repository by running: $ git pull https://github.com/omalley/orc orc-375 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/281.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 #281 ---- commit 497f8698f53148ed2cd7e7753a3d9e31e4e13389 Author: Owen O'Malley Date: 2018-06-06T05:17:16Z ORC-375: Fix libhdfs on gcc7 by adding #include two places. ---- ---