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 D7492200D69 for ; Wed, 27 Dec 2017 18:07:21 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D5BC5160C23; Wed, 27 Dec 2017 17:07:21 +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 4DDE5160C20 for ; Wed, 27 Dec 2017 18:07:21 +0100 (CET) Received: (qmail 4011 invoked by uid 500); 27 Dec 2017 17:07:20 -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 4002 invoked by uid 99); 27 Dec 2017 17:07:20 -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; Wed, 27 Dec 2017 17:07:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6B52ADFCFA; Wed, 27 Dec 2017 17:07:20 +0000 (UTC) From: ravipesala To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #1730: [CARBONDATA-1937][PARTITION] Fix partition fe... Content-Type: text/plain Date: Wed, 27 Dec 2017 17:07:20 +0000 (UTC) archived-at: Wed, 27 Dec 2017 17:07:22 -0000 GitHub user ravipesala opened a pull request: https://github.com/apache/carbondata/pull/1730 [CARBONDATA-1937][PARTITION] Fix partition fetch fail if null partition value present in integral columns It seems like an issue in hive while querying partitions from metastore if any integral partition column contains a null value. Now alternatively we get the full list of partitions from hive and then apply a filter to it. Be sure to do all of the following checklist to help us incorporate your contribution quickly and easily: - [X] Any interfaces changed? - [X] Any backward compatibility impacted? - [X] Document update required? - [X] Testing done Tests added - [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ravipesala/incubator-carbondata partition-fail-string-allow Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1730.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 #1730 ---- commit 687250dfe01d0955dff649806e0d0151d942cbd7 Author: ravipesala Date: 2017-12-27T17:02:46Z Fix partition fetch on null partition of integral columns ---- ---