Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F13B2200C84 for ; Mon, 29 May 2017 14:49:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF960160BCE; Mon, 29 May 2017 12:49:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 42A50160BC2 for ; Mon, 29 May 2017 14:49:45 +0200 (CEST) Received: (qmail 34941 invoked by uid 500); 29 May 2017 12:49:44 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 34932 invoked by uid 99); 29 May 2017 12:49: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; Mon, 29 May 2017 12:49:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5EAD9DFB94; Mon, 29 May 2017 12:49:44 +0000 (UTC) From: mayunSaicmotor To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #968: [CARBONDATA-1081] Use binarySearch to replace ... Content-Type: text/plain Date: Mon, 29 May 2017 12:49:44 +0000 (UTC) archived-at: Mon, 29 May 2017 12:49:46 -0000 GitHub user mayunSaicmotor opened a pull request: https://github.com/apache/carbondata/pull/968 [CARBONDATA-1081] Use binarySearch to replace for clause to improve performance Use binarySearch to replace for clause to improve performance in ExcludeFilterExecuterImpl.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/mayunSaicmotor/incubator-carbondata CARBONDATA-1081 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/968.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 #968 ---- commit d050de9f9acfdaebf3353cfc3a94e2f8b3381c04 Author: mayun Date: 2017-05-24T06:04:43Z use binarySearch to replace for clause to improve performance commit eea2f039772de8340660c0b142241d79635eeb8e Author: mayun Date: 2017-05-26T10:13:25Z add comments commit 0f281f0f5e28953cc87a9f74cd39072aca20137d Author: mayun Date: 2017-05-26T14:46:18Z remove comment commit b632d9d4067e243c821d98f2497c61cff3160316 Author: mayun Date: 2017-05-27T05:18:59Z Revert "fix issue of rebase" This reverts commit bf44c9f6ee4b059c384703ab12aebea4f4fed5e2. commit a8f0e0a03a7027da86666021c2f409e3729849a7 Author: mayun Date: 2017-05-27T05:19:31Z Revert "Revert "fix issue of rebase"" This reverts commit b632d9d4067e243c821d98f2497c61cff3160316. commit e3be8c0ef8725a4e185f15261d4c8caca3c95601 Author: mayun Date: 2017-05-29T12:35:11Z add comment ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---