From commits-return-1984-archive-asf-public=cust-asf.ponee.io@orc.apache.org Tue Oct 22 23:15:54 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 5846118062C for ; Wed, 23 Oct 2019 01:15:54 +0200 (CEST) Received: (qmail 3658 invoked by uid 500); 22 Oct 2019 23:15:53 -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 3649 invoked by uid 99); 22 Oct 2019 23:15:53 -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; Tue, 22 Oct 2019 23:15:53 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9F4FF80B20; Tue, 22 Oct 2019 23:15:53 +0000 (UTC) Date: Tue, 22 Oct 2019 23:15:53 +0000 To: "commits@orc.apache.org" Subject: [orc] branch branch-1.6 updated (a5c7b16 -> 1b24716) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157178615324.15271.6278823821384694174@gitbox.apache.org> From: omalley@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: orc X-Git-Refname: refs/heads/branch-1.6 X-Git-Reftype: branch X-Git-Oldrev: a5c7b16b8795d03bb32b653b6ab11ae5b91b41fb X-Git-Newrev: 1b2471666f6a41341bf6a9961a6a251c0f0246e0 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.6 in repository https://gitbox.apache.org/repos/asf/orc.git. from a5c7b16 ORC-528: Add unittest for timestamp off-by-one issues new 1328fd8 ORC-552: Fix c++ compilation for centos 6 and 8, and MacOs 10.14. new f789ca2 ORC-560: Improve docker scripts and add centos 8 and debian 10. new 0635bb3 ORC-414: [C++] Check root type existence before reading files new 1b24716 ORC-557 Fix problem reading large header with uncompressed streams. The 4 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: CMakeLists.txt | 6 +- c++/src/ColumnPrinter.cc | 56 +++++++++--------- c++/src/Reader.cc | 12 ++-- c++/src/Vector.cc | 35 +++++------ c++/test/TestColumnReader.cc | 3 + c++/test/TestType.cc | 2 + cmake_modules/FindSnappy.cmake | 2 +- cmake_modules/ThirdpartyToolchain.cmake | 2 +- docker/{centos7 => centos8}/Dockerfile | 12 +--- docker/{debian9 => debian10}/Dockerfile | 8 +-- docker/os-list.txt | 2 + docker/run-all.sh | 31 +++++----- docker/{run-all.sh => run-one.sh} | 48 +++++++-------- .../src/java/org/apache/orc/impl/InStream.java | 69 ++++++++++------------ .../src/test/org/apache/orc/impl/TestInStream.java | 52 ++++++++++++++++ 15 files changed, 194 insertions(+), 146 deletions(-) copy docker/{centos7 => centos8}/Dockerfile (83%) copy docker/{debian9 => debian10}/Dockerfile (90%) copy docker/{run-all.sh => run-one.sh} (63%)