From commits-return-12295-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Fri Feb 28 17:54:15 2020 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 BEFF1180636 for ; Fri, 28 Feb 2020 18:54:14 +0100 (CET) Received: (qmail 18409 invoked by uid 500); 28 Feb 2020 17:54:14 -0000 Mailing-List: contact commits-help@hudi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hudi.apache.org Delivered-To: mailing list commits@hudi.apache.org Received: (qmail 18400 invoked by uid 99); 28 Feb 2020 17:54:14 -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; Fri, 28 Feb 2020 17:54:14 +0000 From: GitBox To: commits@hudi.apache.org Subject: [GitHub] [incubator-hudi] lamber-ken commented on issue #1253: [HUDI-558] Introduce ability to compress bloom filters while storing in parquet Message-ID: <158291245402.17227.862744663947092534.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Fri, 28 Feb 2020 17:54:14 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit lamber-ken commented on issue #1253: [HUDI-558] Introduce ability to compress bloom filters while storing in parquet URL: https://github.com/apache/incubator-hudi/pull/1253#issuecomment-592649734 Hi @vinothchandar > we can only place strings inside the parquet footers Right, I know it. `byte[]` -> `base64 string` -> `byte[]` unnecessary steps ![image](https://user-images.githubusercontent.com/20113411/75572628-1b6ddb00-5a96-11ea-8e8d-e66cd3883db8.png) ### What I want to say is ![image](https://user-images.githubusercontent.com/20113411/75572733-4e17d380-5a96-11ea-82c8-593e2083507d.png) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services