You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/12 12:43:20 UTC

[jira] [Commented] (CARBONDATA-129) Do null check before adding value to CarbonProperties

    [ https://issues.apache.org/jira/browse/CARBONDATA-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418764#comment-15418764 ] 

ASF GitHub Bot commented on CARBONDATA-129:
-------------------------------------------

GitHub user PraveenAdlakha opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/73

    CARBONDATA-129 Do null check before adding value to CarbonProperties

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PraveenAdlakha/incubator-carbondata 129

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/73.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 #73
    
----
commit 615d718ab93c8d3a181bc03a6daac311c7484d2c
Author: Praveen Adlakha <ad...@gmail.com>
Date:   2016-08-12T12:41:38Z

    CARBONDATA-129 Do null check before adding value to CarbonProperties

----


> Do null check before adding value to CarbonProperties
> -----------------------------------------------------
>
>                 Key: CARBONDATA-129
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-129
>             Project: CarbonData
>          Issue Type: Bug
>          Components: spark
>            Reporter: Ashok Kumar
>            Priority: Critical
>
> CarbonGlobalDictionaryRDD 
> We are adding value to CarbonProperties without check if its null.
> If added value is null then error will come. Its better to do null check before adding value to CarbonProperties.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)