You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by rahulforallp <gi...@git.apache.org> on 2018/02/25 13:02:42 UTC

[GitHub] carbondata pull request #1997: [CARBONDATA-2201] NPE fixed while triggering ...

Github user rahulforallp commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1997#discussion_r170452321
  
    --- Diff: streaming/src/main/scala/org/apache/carbondata/streaming/StreamSinkFactory.scala ---
    @@ -67,7 +67,7 @@ object StreamSinkFactory {
           carbonLoadModel.getFactFilePath,
           false,
           parameters.asJava,
    -      null,
    +      parameters.asJava,
    --- End diff --
    
    while triggering the LoadTablePreExecutionEvent we reuire options provided by user and the finalOptions . In case of streaming both are same 


---