From commits-return-1997-archive-asf-public=cust-asf.ponee.io@orc.apache.org Wed Oct 23 17:49:25 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id AD7EF180608 for ; Wed, 23 Oct 2019 19:49:24 +0200 (CEST) Received: (qmail 72665 invoked by uid 500); 23 Oct 2019 17:49:24 -0000 Mailing-List: contact commits-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 commits@orc.apache.org Received: (qmail 72628 invoked by uid 99); 23 Oct 2019 17:49:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2019 17:49:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8FB6780B2F; Wed, 23 Oct 2019 17:49:23 +0000 (UTC) Date: Wed, 23 Oct 2019 17:49:23 +0000 To: "commits@orc.apache.org" Subject: [orc] branch branch-1.5 updated (8d85c8f -> 61e9d00) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157185296317.30884.2717642745328121782@gitbox.apache.org> From: omalley@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: orc X-Git-Refname: refs/heads/branch-1.5 X-Git-Reftype: branch X-Git-Oldrev: 8d85c8ff4ba08f739ec58ff152cd972a62b51f79 X-Git-Newrev: 61e9d008d06a4f9291ee62737fbfd0e34f9b20d5 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. omalley pushed a change to branch branch-1.5 in repository https://gitbox.apache.org/repos/asf/orc.git. from 8d85c8f ORC-480: [C++] Add an option to succeed despite warnings new 2ef409f ORC-560: Improve docker scripts and add centos 8 and debian 10. new 61e9d00 ORC-552: Fix c++ compilation for centos 6 and 8, and MacOs 10.14. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: c++/src/ColumnPrinter.cc | 56 ++++++++++++++++---------------- c++/src/Vector.cc | 28 ++++++++-------- c++/test/TestColumnReader.cc | 3 ++ cmake_modules/FindSnappy.cmake | 2 +- cmake_modules/ThirdpartyToolchain.cmake | 2 +- docker/{centos7 => centos8}/Dockerfile | 12 ++----- docker/{ubuntu16 => debian10}/Dockerfile | 12 +++---- docker/os-list.txt | 3 ++ docker/run-all.sh | 31 +++++++++--------- docker/{run-all.sh => run-one.sh} | 48 ++++++++++++--------------- 10 files changed, 95 insertions(+), 102 deletions(-) copy docker/{centos7 => centos8}/Dockerfile (83%) copy docker/{ubuntu16 => debian10}/Dockerfile (89%) copy docker/{run-all.sh => run-one.sh} (63%)