You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ajantha Bhat (JIRA)" <ji...@apache.org> on 2018/07/26 10:00:00 UTC

[jira] [Commented] (CARBONDATA-2786) NPE when SDK writer tries to write a file

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

Ajantha Bhat commented on CARBONDATA-2786:
------------------------------------------

#2387 , in [CarbonProperties.java|https://github.com/apache/carbondata/pull/2387/files#diff-4888f978087a7a1843a22fe016ea6532]

After systemLocation = getStorePath(); Null validation missing for systemLocation.

because this can be null in SDK case. As Store location is not applicable for SDK.

> NPE when SDK writer tries to write a file
> -----------------------------------------
>
>                 Key: CARBONDATA-2786
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2786
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ajantha Bhat
>            Assignee: Ajantha Bhat
>            Priority: Major
>
> #2387 , in [CarbonProperties.java|https://github.com/apache/carbondata/pull/2387/files#diff-4888f978087a7a1843a22fe016ea6532]
> After systemLocation = getStorePath(); Null validation missing for systemLocation.
> because this can be null in SDK case. As Store location is not applicable for SDK.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)