From dev-return-2384-archive-asf-public=cust-asf.ponee.io@orc.apache.org Sat Jun 9 02:30:25 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 D76CC180608 for ; Sat, 9 Jun 2018 02:30:24 +0200 (CEST) Received: (qmail 37516 invoked by uid 500); 9 Jun 2018 00:30:24 -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 37505 invoked by uid 99); 9 Jun 2018 00:30:23 -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, 09 Jun 2018 00:30:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1ACD0E0A44; Sat, 9 Jun 2018 00:30:23 +0000 (UTC) From: czxrrr To: dev@orc.apache.org Reply-To: dev@orc.apache.org Message-ID: Subject: [GitHub] orc pull request #282: add SnappyCompressionStream Content-Type: text/plain Date: Sat, 9 Jun 2018 00:30:23 +0000 (UTC) GitHub user czxrrr opened a pull request: https://github.com/apache/orc/pull/282 add SnappyCompressionStream Currently ORC C++ only support writing with Zlib compression This branch aims to add support for Snappy compression You can merge this pull request into a Git repository by running: $ git pull https://github.com/czxrrr/orc ORC-377 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/282.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 #282 ---- commit 600d3987210fbe02fdc203e5068dfa61923a241f Author: zherui cao Date: 2018-06-09T00:20:51Z add SnappyCompressionStream ---- ---